Message 1 of 4
libraries for using Excel and Word files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
currently in the project I'm carrying out I use Microsoft.Office.Interop.Excel.dll and Microsoft.Office.Interop.Word.dll to create and edit xlsx, xls, csv, doc, docx, pdf files and so on.
the biggest "disadvantage" is that to work they need to have Excel and Word installed on the computer and also require the opening of applications (which obviously can be hidden but still remains a disadvantage in certain cases).
Does anyone know any libraries that can be used in Ilogic that have more or less the same functions but which do not require the installation of the Office package?