I’m creating a Wrapper for Swift with good documentation and async/await support. I need some help from developers of Aspose.Cell. I need to know (not in online documentation) the values of some constants, for example when setting a cell value, this can be “string”, “int”, etc. and when setting a cell style, the patterns can be “Solid”. I need to create enums for all this values and make code writing more solid, concise and type safe.
Just now I create the repo in GitHub: AsposeCellsSwift and all of you are welcome to contribute.
Thanks in advance.