Checkboxes? Can this be accomlished?

The project I am working on is dynamically generated (IE - NO templates) - the basic worksheet is a Questions and Answers style checklist (multiple choice.) Ideally - I'd like to allow the user to change the answers once the worksheet is opened - this then would access a hidden column of values and change a numeric value displayed as a "total" top the user..

So the bottom-line is this: can I/ how do I insert a true/false chackbox in a cell using Aspose.Cells?

Currently Aspose.Cells for .NET doesn't support to insert checkbox at run time. It only supports to import checkbox in your template files.

I will add the feature in the future release. It will take about 2-3 weeks.

Thanks - you guys are great.