Microsoft Office Documents
The C-Cubed Microsoft Office API allows your applications to create and modify Microsoft Office-related documents, without the requirement of having Office installed on your computer. This is especially useful for server-based applications, in that you don't need to install Office on your server to create Word or Excel documents.
Excel Document Features
The Excel namespace allows you to generate Microsoft Excel Documents without the requirement of having the Microsoft Excel product installed. It exposes a simple object model to generate XML-based Excel documents. Note that only Excel XP and above can utilize XML-based workbooks - Excel 97 IS NOT COMPATIBLE! The Workbook Class allows you to generate Documents. The Worksheet Class allows you to generate Worksheets within a Workbook. Features include:
- Custom styles supported for Cell text
- Multiple Worksheets in a single Workbook
- Data and Formulas supported
- Named Range support
- Cell comments support
- Office Document properties - Author, DateCreated, Custom Properties, etc.
- thread-safe classes for multi-threaded application support
Word Document Features
The Word namespace allows you to generate Microsoft Word Documents without the requirement of having the Microsoft Word product installed. It exposes a simple object model to generate XML-based Word documents. Note that only Word 2003 and above can utilize XML-based documents - Word 97 IS NOT COMPATIBLE! The wordDocument Class allows you to generate Documents. Features include:
- Custom styles supported for Paragraph text
- Paragraphs with different display characteristics (bold, underline, justification, colors, etc.
- Create Hyperlinks, Bookmarks, Footnotes, Endnotes, and index entries
- Embedded impages (BMP,JPG,GIF,PNG, etc)
- Tables, with unlimited embedded sub-tables
- Office Document properties - Author, DateCreated, Custom Properties, etc.
- thread-safe classes for multi-threaded application support
Requirements
- Included in the MVS Direct API base product install, though MVS is NOT required in order to use this product.
Pricing
- Windows Client Application - $250 initial, $50 annual maintenance
- Enterprise / Corporate pricing available upon request
This product is sold on a 'per developer' and 'per user' basis.