Hi~ I'm korea developer.
Please understand that English is wrong.
I have been working to export the images and simple text from Fort unity in Excel format (xls).
I have so far confirmed the three libraries.
First. ExcelLibrary (http://code.google.com/p/excellibrary/)
- Has been found to import the dll to work.
- But only the text and image to be extracted to xls.
- Merge Cells, operations, such as cell borders drawing is not supported.
Second. Carlosag Excel Xml Writer Library (http://www.carlosag.net/tools/excelxmlwriter/)
- Has been found to import the dll to work.
- The text, cell merging, multiple jobs can be set, such as borders, but this time did not have the ability to extract the image.
- Unfortunately, I sent an email to contact you but not yet answered.
Third. NPOI (https://npoi.codeplex.com/)
- Everything seems possible (including images, text, cell styles, and even graph ...).
- But I have not used this dll. The UTF16LE error occurred when I simply want to create an Excel file. (Https://npoi.codeplex.com/workitem/4547)
- It seemed that I need to check the above site for the rebuild process mono Development rope.
- Unfortunately, I do not even Ubuntu OS.
- Also, do not understand how to do the only comment on the site.
Did you use any of the above libraries succeeded in extracting xls file?
I will only need four kinds of functions (images, text, cell merging, cell borders set)
Please advise if you have this experience. Thank you.
↧