fjenett / xlsreader-library-processing

a Processing library that can read from .xls (aka. Excel) files
12 stars 5 forks source link

Reading xlsx files? #8

Closed conorblack22 closed 1 year ago

conorblack22 commented 10 years ago

Hi there.

Is there any way the library is able to read xlsx files?

Thanks!

Conor

fjenett commented 10 years ago

Have to research, in theory there is support for it in the underlying library (Apache POI) ...

http://poi.apache.org/

conorblack22 commented 10 years ago

Hi Florian.

Thanks for the info. I have written a couple of classes that reads and writes .xlsx files, however I am not that familiar with combining ant (creating a Processing library) with Apache POI. Is it possible to give a little info on how to set up Apache in Eclipse to export with Ant?

Thanks a lot for your help

Kind Regards,

Conor.

cblack@brydenwood.co.uk cblack@brydenwood.co.uk Computational Designer - Architecture R&D

brydenwood

100 Gray's Inn Road London WC1X 8AL +44 (0)20 7253 4772 www.brydenwood.co.uk To see the latest Bryden Wood news, click here Bryden Wood Limited is a company registered in England and Wales. Registered number : 04189885 Registered office : Plurenden Farm, Plurenden Road, High Halden, Kent TN26 3JW This e-mail is for the addressee only. The information contained in it and any attachments are confidential and may be privileged. If you have received this e-mail in error, please notify us immediately. You are not authorized to, and must not disclose, copy, distribute or retain this e-mail or any part of it.

P Think before you print

On Fri, Feb 28, 2014 at 10:41 AM, Florian Jenett notifications@github.comwrote:

Have to research, in theory there is support for it in the underlying library (Apache POI) ...

http://poi.apache.org/

Reply to this email directly or view it on GitHubhttps://github.com/fjenett/xlsreader-library-processing/issues/8#issuecomment-36339087 .

fjenett commented 10 years ago

I do not use a full IDE for the library development ... and never really used Eclipse. Can't help there.

Did you extend on my code or did you write something completely separate? ... if it's based on my library i'm happy to take pull requests and integrate your update if possible.

fjenett commented 10 years ago

... and all the ant magic happens in the build.xml file. That is really all you need to look into for compilation.