Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
h4xx3r17167y@jAsE trust me, you'll lose your mind, because Microsoft seems to have never thought of automating excel, and the official drivers (DB drivers) are far from perfect (aka random data loss as a feature)
-
h4xx3r17167y@Firedragonweb nice for excel 2007+, but I had the request to support .xls too (2003) which is binary format 😔
-
h4xx3r17167y@ArcaneEye unfortunately, the client doesn't want to be bothered to press "Save As..." button in Excel 😥
-
h4xx3r17167y@ArcaneEye today I tried two libraries (EPPLUS and NPOI, the latter is better because of the support for the old format .xls(2003)) that seems promising and working. If I can get those libraries to include in the main old project without issues, they go to production! :D
Plus point: they are more reliable against data loss (none, from my tests) than the Microsoft old db drivers that can read through those files.
Related Rants
-
omegaD8Employer: "You know Html5 and Css3?? Me: "Of course! And Javascript." Employer: "GREAT! We develope WordPres...
-
djacoronel8Best: My first app on the play store got over 2000 downloads in 3 days, best Christmas present ever. Worst: A...
-
mattcode10Best: got an offer from Google. Worst: family and friends trying to convince me to turn down the offer and t...
Best: ...😓...
Worst: having to deal with excel data import in C# in a server environment without drivers for working with excel files 🤐
rant
wk84