C
chris huff via .NET 247
I have a primary user who does NOT have ms Excel. He runs MSWorks and uses the spreadsheet program within it.
My vb.net application is focused around a price sheet that theuser updates via their spreadsheet program and then uploads viathe software, into the DB table.
I can run the upload correctly on an Excel file bycreating/referencing an excel object (so I know THAT codeworks). However, I can't find a namespace or anything toreference a Works spreadsheet. I was looking for something like"Create Works.Spreadsheet" but can't find it.
My other option is have him dump it each time to a CSV file. Theproblem I found with that is the spreadsheet "save as" for a csvfile turns...
1/2" Something's whatever
into
"1/2"" Something''s whatever" in the CSV file. I haven't seen afunction to strip out the extra stuff. Additionally, while thismight be a possibility, the user is not savvy at all with a pcso I would like to avoid him creating csv files...unless that'sthe only thing to do.
My vb.net application is focused around a price sheet that theuser updates via their spreadsheet program and then uploads viathe software, into the DB table.
I can run the upload correctly on an Excel file bycreating/referencing an excel object (so I know THAT codeworks). However, I can't find a namespace or anything toreference a Works spreadsheet. I was looking for something like"Create Works.Spreadsheet" but can't find it.
My other option is have him dump it each time to a CSV file. Theproblem I found with that is the spreadsheet "save as" for a csvfile turns...
1/2" Something's whatever
into
"1/2"" Something''s whatever" in the CSV file. I haven't seen afunction to strip out the extra stuff. Additionally, while thismight be a possibility, the user is not savvy at all with a pcso I would like to avoid him creating csv files...unless that'sthe only thing to do.