Re: [Tutor] parsing Spreadsheet document

2009-12-10 Thread Emile van Sebille
On 12/9/2009 10:05 PM Christopher Spears said... I want to fill a database with the contents of a spreadsheet. The spreadsheet was created by OpenOffice and is a .sxc document. What is the best way to do this? I think the best approach is to save the spreadsheet as a .csv document and then

Re: [Tutor] parsing Spreadsheet document

2009-12-10 Thread Alan Gauld
"Christopher Spears" wrote I want to fill a database with the contents of a spreadsheet. The spreadsheet was created by OpenOffice and is a .sxc document. I think the best approach is to save the spreadsheet as a .csv document If you have control over the document then yes I'd go that way

[Tutor] parsing Spreadsheet document

2009-12-09 Thread Christopher Spears
I want to fill a database with the contents of a spreadsheet. The spreadsheet was created by OpenOffice and is a .sxc document. What is the best way to do this? I think the best approach is to save the spreadsheet as a .csv document and then just parse the file. Am I on the right track here?