[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.lisp

lisp package for reading/writing xlsx

dinesh bhardwaj

7/14/2015 9:19:00 AM

Hi all,

DO we have any package to read XLSX and write XLSX after changing few stuff.

Regards
Dinesh
10 Answers

gengyangcai

7/14/2015 9:29:00 AM

0

On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
> Hi all,
>
> DO we have any package to read XLSX and write XLSX after changing few stuff.
>
> Regards
> Dinesh

http://pcsupport.about.com/od/fileextensions/f/xl...
http://www.zamzar.com/convert/xl...

Sebastian Christ

7/14/2015 10:01:00 AM

0

>>>>> "CAI" == CAI GENGYANG <gengyangcai@gmail.com> writes:

CAI> On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
>> Hi all,
>>
>> DO we have any package to read XLSX and write XLSX after changing
>> few stuff.
>>
>> Regards Dinesh

CAI> http://pcsupport.about.com/od/fileextensions/f/xl...
CAI> http://www.zamzar.com/convert/xl...

How is this helpful?

Best,
Sebastian

dinesh bhardwaj

7/14/2015 10:50:00 AM

0

On Tuesday, 14 July 2015 15:30:57 UTC+5:30, Sebastian Christ wrote:
> >>>>> "CAI" == CAI GENGYANG <gengyangcai@gmail.com> writes:
>
> CAI> On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
> >> Hi all,
> >>
> >> DO we have any package to read XLSX and write XLSX after changing
> >> few stuff.
> >>
> >> Regards Dinesh
>
> CAI> http://pcsupport.about.com/od/fileextensions/f/xl...
> CAI> http://www.zamzar.com/convert/xl...
>
> How is this helpful?
>
> Best,
> Sebastian

How will this help? Right now I have to convert all the XLSX sheets to CSV to process in lisp. I want to understand if there is any package that can do it for me?

Sebastian Christ

7/14/2015 11:24:00 AM

0

Yes. I thought about that. But the links posted by Cai won't help you
with that. So I asked how this would be of any help?

Best,
Sebastian

Piotr Chamera

7/14/2015 11:50:00 AM

0

W dniu 2015-07-14 o 11:19, dinesh bhardwaj pisze:
>
> DO we have any package to read XLSX and write XLSX after changing few stuff.

I dont know any specific tools for this, but xlsx format is bunch of
xml files packed with zip, then for simple changes general xml tools
may be applied.


svante.vonerichsen

7/16/2015 12:04:00 AM

0

Am Dienstag, 14. Juli 2015 11:19:31 UTC+2 schrieb dinesh bhardwaj:
> DO we have any package to read XLSX and write XLSX after changing few stuff.

I have found none last I looked. However, using burgled-batteries, you could try to get one of Python's XSLX libraries running.

gengyangcai

7/18/2015 12:34:00 PM

0

On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
> Hi all,
>
> DO we have any package to read XLSX and write XLSX after changing few stuff.
>
> Regards
> Dinesh


Hi Dinesh,

Not sure if this is would help but I found some links when I googled "package to read XLSX and write XLSX" :

https://cran.r-project.org/web/packages/xls...
https://cran.r-project.org/web/packages/openxlsx/op...
https://cran.r-project.org/web/packages/xlsx/...

gengyangcai

7/18/2015 12:40:00 PM

0

On Tuesday, July 14, 2015 at 6:49:39 PM UTC+8, dinesh bhardwaj wrote:
> On Tuesday, 14 July 2015 15:30:57 UTC+5:30, Sebastian Christ wrote:
> > >>>>> "CAI" == CAI GENGYANG <gengyangcai@gmail.com> writes:
> >
> > CAI> On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
> > >> Hi all,
> > >>
> > >> DO we have any package to read XLSX and write XLSX after changing
> > >> few stuff.
> > >>
> > >> Regards Dinesh
> >
> > CAI> http://pcsupport.about.com/od/fileextensions/f/xl...
> > CAI> http://www.zamzar.com/convert/xl...
> >
> > How is this helpful?
> >
> > Best,
> > Sebastian
>
> How will this help? Right now I have to convert all the XLSX sheets to CSV to process in lisp. I want to understand if there is any package that can do it for me?

Dinesh,

If you are looking for a package to convert XLSX to CSV, this might be what you are looking for :

http://www.zamzar.com/convert/xl...
http://www.softinterface.com/Convert-XLS/Features/Convert-XLSX-...
https://convertio.co...

Cai GengYang

gengyangcai

7/18/2015 12:45:00 PM

0

On Tuesday, July 14, 2015 at 6:49:39 PM UTC+8, dinesh bhardwaj wrote:
> On Tuesday, 14 July 2015 15:30:57 UTC+5:30, Sebastian Christ wrote:
> > >>>>> "CAI" == CAI GENGYANG <gengyangcai@gmail.com> writes:
> >
> > CAI> On Tuesday, July 14, 2015 at 5:19:31 PM UTC+8, dinesh bhardwaj wrote:
> > >> Hi all,
> > >>
> > >> DO we have any package to read XLSX and write XLSX after changing
> > >> few stuff.
> > >>
> > >> Regards Dinesh
> >
> > CAI> http://pcsupport.about.com/od/fileextensions/f/xl...
> > CAI> http://www.zamzar.com/convert/xl...
> >
> > How is this helpful?
> >
> > Best,
> > Sebastian
>
> How will this help? Right now I have to convert all the XLSX sheets to CSV to process in lisp. I want to understand if there is any package that can do it for me?

Dinesh ,

If you are looking for a package to convert XLSX to CSV, these new links I found might help:

http://www.zamzar.com/convert/xl...
https://convertio.co...
http://www.softinterface.com/Convert-XLS/Features/Convert-XLSX-...

Cai GengYang

carlitos

7/22/2015 6:13:00 PM

0

On Tuesday, July 14, 2015 at 11:19:31 AM UTC+2, dinesh bhardwaj wrote:
> Hi all,
>
> DO we have any package to read XLSX and write XLSX after changing few stuff.
>
> Regards
> Dinesh

If your xlsx file is simple enough, you might be able to read it using https://gitlab.common-lisp.net/c...

Cheers,

Carlos