Hi,
We are evaluating your API for our project needs.
We are happy that your api covers our requirement pretty much.
Our requirement is to store a portion of the excel sheet into our database as byte[], it can be either a table(cell range) or a chart. I found one way of doing it, i.e, once i get the cell range or chart from the excel sheet, then i am converting into image by calling(.ToImage()) methods of “SheetRender” and “Chart” class objects. and then converting this BitMap object to byte[] and storing into our database.
Now i just wanted to know, are there any other ways, where i can directly store the “SheetRender” or “Chart” objects into my database after converting them to byte[].
Since both of these classes are not serializable, i am ruling out Serializing these objects and storing in our database.
Please let us know your thoughts and views on this as soon as you can.
Regards,
Prathap S V