Documentation for classic asp

Besides the sample in examples - platform - classic asp, is there any other documentation for using Gembox.Spreadsheet in classic asp? I need to read and write, set fonts, set widths, and bg colors. Thanks

Hi,

Unfortunately, there is no documentation, only examples.
Please note that GemBox.Spreadsheet is focused on .NET so some API is not available due to COM limitations.
That is why we provide ComHelper class, we add to it new APIs on request.

However, your requirement seems to be not something that can be easily covered with ComHelper.
In that case, the recommendation is to create a wrapper DLL that will use GemBox.Spreadsheet and expose whatever API you want/need.

Please feel free to contact us on support and I’ll help you to create a wrapper DLL.

Regards,
Mario