Last post Feb 23, 2019 10:46 PM by PaulTheSmith
Member
14 Points
122 Posts
Feb 22, 2019 05:06 PM|udal_cse|LINK
Hi,
I want to write program in c# to convert .csv file to .ods file (OpenDocument Spreadsheets) . I dont want any 3rd party .
Any suggestion and code will help me.
Thanks in advance.
All-Star
53711 Points
24041 Posts
Feb 22, 2019 05:42 PM|mgebhard|LINK
udal_cse Hi, I want to write program in c# to convert .csv file to .ods file (OpenDocument Spreadsheets) . I dont want any 3rd party . Any suggestion and code will help me. Thanks in advance.
Read the spec and go from there.
https://www.loc.gov/preservation/digital/formats/fdd/fdd000439.shtml
Participant
1660 Points
952 Posts
Feb 23, 2019 10:46 PM|PaulTheSmith|LINK
Have you seen Code project article ?
Member
14 Points
122 Posts
Convert .csv file to .ods (OpenDocument Spreadsheets)
Feb 22, 2019 05:06 PM|udal_cse|LINK
Hi,
I want to write program in c# to convert .csv file to .ods file (OpenDocument Spreadsheets) . I dont want any 3rd party .
Any suggestion and code will help me.
Thanks in advance.
All-Star
53711 Points
24041 Posts
Re: Convert .csv file to .ods (OpenDocument Spreadsheets)
Feb 22, 2019 05:42 PM|mgebhard|LINK
Read the spec and go from there.
https://www.loc.gov/preservation/digital/formats/fdd/fdd000439.shtml
Participant
1660 Points
952 Posts
Re: Convert .csv file to .ods (OpenDocument Spreadsheets)
Feb 23, 2019 10:46 PM|PaulTheSmith|LINK
Have you seen Code project article ?