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
"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
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?