Hello!
I downloaded the 30-day version to check it out. I liked it very much! Our company plans to buy this component, but there are several questions about the api:
I import an xlsx file with many tables (multisheets), determine the number of tables through the getSheets method - I receive an array like NAME, ID.
Tell me, how can I get values from a cell from a specific table (not from the first, but, for example, the second or tenth)?
is it possible to export not to disk as an xlsx file, but to memory - for example, Blob?
i have imported xlsx into a table. How can I determine the maximum number of columns and rows in a file?
when serializing large files, is it possible to use the serialize method as a promise?
I import an xlsx file with many tables (multitables), determine the number of tables through the getSheets method - I receive an array like NAME, ID.
Tell me, how can I get values from a cell of a certain table (not from the first, but, for example, the second or tenth)?