Viewing profile — clxl
clxl
HN member- Joined
- Sat, Apr 19, 2014, 10:21 PM UTC
- HN karma
- 146
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About clxl
No profile information was provided.
Recent public activity
-
comment
Comment #8237181
I'm surprised by how many things that aren't that difficult or novel end up on the front page. CSV related projects come to the fore every week.
-
comment
Comment #8124003
I explored this a bit (based off of the javascript-based http://sheetjs.com/sexql/ ) but the biggest difficulty is that people use CSVs and excel files in completely different ways…
-
comment
Comment #7951263
https://github.com/OfficeDev/Open-XML-SDK/pull/3 suggests that there are issues with use in mono
- story
- story
- story
- story
- story
- story
- story
- comment
- story
-
comment
Comment #7661964
WebSQL is remarkably simple to use, works on the most popular browsers on mobile and desktop, and gives you the power of SQL. In contrast, IME indexed db felt like pulling teeth. T…
-
comment
Comment #7650570
Substack (yes, that substack) discussed this recently: > a slick web page - this is very often (but not always) a sign of a library that put all of its time into slick marketing bu…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #7642194
Is there any indication that the posted link was already submitted? I would have expected some sort of warning.
- story
-
comment
Comment #7641194
Excel supports 32 bit integers, which fit comfortably in IEEE754 doubles (there are 64 bit integers which cannot be exactly represented)
-
comment
Comment #7640573
There is a good reason why no one has unseated excel: it's easy to build the really easy 80%, but the last 20% is incredibly difficult and time consuming.