Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello to all and Good Afternoon

I have a file openoffice.org Calc which i am created from open office ..I want to
import this file into my sqlserver 2005 through query..plz tell how i do.
Posted

You are going to have to do this in two separate operations. Import the data from the calc file, using AODL from the ODF Toolkit Union AODL (An Open Document Library)[^]. Once you have your data then you can save it to the database in the usual way (ADO.Net).

Hope this helps
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900