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
You Might Also Like
無料プランが拡大! | Auth0 Icon
無料プランが拡大! | Auth0
無料プランのMAUは25,000まで、さらに、Okta Connectionsが無制限になり、開発者のみなさんがアプリの開発に注力することができるようになりました。
無料・有料プランを拡張してほしい!そのような声を開発者の方々からいただき、プランが大幅に変更されました。プランの制約とセキュリティーの悩みから解き放たれ、みなさんが開発に集中できるようになることを願っています。
無料で始める
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
11
1
0
0
3
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
2 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
0 / 5
User Reviews
-
ionymous Posted 2017年11月03日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.
-
kkogovsek Posted 2014年08月11日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.
-
nathanfernandez Posted 2013年06月07日Thanks for updates ;)1 user found this review helpful.
-
tfileme Posted 2013年05月14日Very useful. Thanks.1 user found this review helpful.
-
george_h Posted 2013年02月05日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.