On mercredi 03 septembre 2008, Kari Laine wrote: > Hi, > > in the VB times I made use of the possibility to create Excel sheets > from VB. Is it possible to make same for OOo from Gambas? > > Best Regards > Kari >
You don't really need specific feature in Gambas for that. OpenOffice are text files zipped, so you can create a spreadsheet with OpenOffice, and use it as a template with your Gambas program by unzipping it, modifying the content.xml file, and zip it back. I'm using this method with the web application I develop in Gambas for my job. I generate OpenOffice documents, Word/Excel documents and PDF. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
