Mono For Android, Reading And Writing To Xlsx
I am developing an app using Mono for Android. I need capabilities to read and create XLSX (Excel) files. I have tried with EPPlus and NPOI, and had a quick look at Microsoft's Ope
Solution 1:
I created a fork of NPOI without references to System.Windows.Forms, System.Drawing and System.Configuration making it suitable for use with Xamarin. So far it's working well with the Xamarin.Mac unified API.
Note that this is achieved by removing capabilities rather than replacing them, but most core functionality should be unaffected.
Solution 2:
I put a link below to a component on the Xamarin component store that will allow you to edit / read / write XLSX or XLS files.
Solution 3:
Try this port of OpenXmlSdk to Xamarin https://github.com/wotzisname/open-xml-sdk-xamarin
Post a Comment for "Mono For Android, Reading And Writing To Xlsx"