Hollywood and Excel

Discuss any general programming issues here
Post Reply
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Hollywood and Excel

Post by ArtBlink »

Hello,

I make software with hollywood for my job, but i must converts hollywood data for use in microsoft excel.

Is it possible?

Thanks
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: Hollywood and Excel

Post by SamuraiCrow »

Export to a csv file in Hollywood or better yet, look up Office Open XML format family and export to Excel's own format. The hard part is the formula cells which use their own format. Importing XML is aided by the XML Parser plugin so reading data from Excel is possible.

Note:
Excel format is zip compressed XML so you might need the Zip plugin to read and write the XML document.
I'm on registered MorphOS using FlowStudio.
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Re: Hollywood and Excel

Post by ArtBlink »

Excellent, i test it, no formula just data ;-)
Post Reply