JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets. This project mirrors the files on http://www.jexcelapi.org, which has been known to go down on occasion.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow A Java library for reading/writing Excel
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
CSharpJExcel is clearly not tested. The first thing i did was opened a workbook from file, removed one of two sheets, and saved it out. But both sheets still existed. Looking at the source, I see ArrayList was used (seriously, not generic List?), and Remove(index) is called. Um... the ArrayList is of sheets, so you're asking it to remove an integer from a list of sheets. ugh. Should be RemoveAt. I immediately lost confidence and moved to NPOI.
-
Hello, when i try to use your source on android (4.4) i get stucked adding more photos to sheet. Thing is, i have multiple photos like "tmp1.png", "tmp2.png" etc. I add them in array of files and array of WritableImages, but when i want to write them i get written just the last photo, it's realy disturbing because i can't find way around.
-
Thanks for updates ;)
-
Very useful. Thanks.
-
A really great API to use that is very developer friendly. The API it self uses simple function names that make it almost self evident on what its supposed to do. The support on various versions of excel files is amazing and I have not had any trouble (never tried anything very complex though) but it suited my needs each and every time and worked.