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
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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.