- Home /
List export to Word or Excel
What is the best way to export a list to either word or excel or a compatible format? Which is easier? What do I need to put in plugins? I'm assuming, some sort of loop? Thanks!
Aspose is a great plugin for anything word, pdf, excel conversion and creation etc. But I believe you need a license for it. There might be some other free libraries out there.
You should post this question to the stackoverflow.com. It's a pretty generic C# question.
Answer by RF008 · Jul 19, 2017 at 06:13 AM
https://www.assetstore.unity3d.com/en/#!/content/89302 use this asset it will write data to csv format you can open in excel but you have to rewrite the code for you requirement i achived what i need with this asset.
Looks pretty good, just need to exa$$anonymous$$e it more closely.
While it did work for its own purpose, I can't pull out what I need from it, but thanks!
Answer by MyUnitydream · Sep 12, 2018 at 05:20 AM
you can use Uni-Excel Package for Read, Write, and edit excel files
I am interested in this, but what build formats does it support?
@$$anonymous$$yUnitydream
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Retrieving metadata from an excel file 1 Answer
Illuminating a 3D object's edges OnMouseOver (script in c#)? 1 Answer
Flip over an object (smooth transition) 3 Answers