Devoloping a Calc spreadsheet program using C#
-
Hi , I looked back and forth for a free Library or Framework that allows me developing a program that generates a .ods spreadsheet file. I used the AODL Library but there is a problem in precising the cells , it not organized at all . I looked for Apache OpenOffice SDK , when I tried to run an example there was an error of architecture x86 compatibility and requires OpenOffice SDK 3.0 or in my project I'm working with .NET Framework 4.5 . If there is a solution , I will be so thankful Thank you in advance Cheers,
-
Hi , I looked back and forth for a free Library or Framework that allows me developing a program that generates a .ods spreadsheet file. I used the AODL Library but there is a problem in precising the cells , it not organized at all . I looked for Apache OpenOffice SDK , when I tried to run an example there was an error of architecture x86 compatibility and requires OpenOffice SDK 3.0 or in my project I'm working with .NET Framework 4.5 . If there is a solution , I will be so thankful Thank you in advance Cheers,
Have you read this code project article? How to Read and Write ODF/ODS Files (OpenDocument Spreadsheets)[^]