Inside the Aspose.Cells FOSS Data Model in C++

A tour of the Core::WorkbookModel / Core::WorksheetModel data-model layer in Aspose.Cells FOSS for C++: plain cell, style, and document-property records, the WorkbookModel::GetDiagnostics() diagnostic bag, and how the Workbook, Worksheet, and Style facades bridge to them through GetModel() and ToCore()/FromCore().

July 28, 2026 · 7 min · Aspose

Introducing Aspose.Cells FOSS for C++ — Open-Source Excel XLSX Library

Aspose.Cells FOSS for C++ is an open-source, MIT-licensed library for creating, loading, editing, and saving Excel XLSX workbooks in native C++, with typed cell values, formulas, styling, and validation, and no Microsoft Excel dependency.

July 28, 2026 · 4 min · Aspose

Spreadsheet Management in C++ with Aspose.Cells FOSS

A walkthrough of spreadsheet management in Aspose.Cells FOSS for C++: workbooks and worksheets, typed cell values and formulas, Style-based formatting, page setup, hyperlinks, defined names, and validation — all producing native XLSX output with no Excel dependency.

July 28, 2026 · 5 min · Aspose

Introducing Aspose.Cells FOSS for Rust — Open-Source Excel XLSX Library

Aspose.Cells FOSS for Rust is an open-source, MIT-licensed crate for creating, loading, editing, and saving Excel XLSX workbooks in Rust — typed cell values, formulas, charts, styles, and validation with no Microsoft Office dependency.

July 25, 2026 · 3 min · Aspose

Spreadsheet Management in Rust with Aspose.Cells FOSS

A tour of spreadsheet management in Aspose.Cells FOSS for Rust: worksheets, typed cell values, formulas, styling, page setup, comments, hyperlinks, and structured tables — real XLSX output without Microsoft Office.

July 25, 2026 · 3 min · Aspose

Spreadsheet Management with Aspose.Cells FOSS for Java

Learn how to manage spreadsheets in Java with Aspose.Cells FOSS: create blank workbooks, load existing .xlsx files, read and write cell values, set formulas, and save results, all with pure-Java code and no Office dependency.

May 22, 2026 · 2 min · Aspose

Introducing Aspose.Cells FOSS for TypeScript

Aspose.Cells FOSS for TypeScript is a free, MIT-licensed library for creating, reading, and exporting Excel spreadsheets from TypeScript and Node.js.

May 19, 2026 · 3 min · Aspose

Spreadsheet Management with Aspose.Cells FOSS for TypeScript

Explore spreadsheet management features including styling, validation, charts, shapes, and protection in Aspose.Cells FOSS for TypeScript.

May 19, 2026 · 3 min · Aspose

Aspose.Cells FOSS for Java Key Features

A guided tour of Aspose.Cells FOSS for Java features: workbook and worksheet management, typed cell values and formulas, styling, validation, AutoFilter, and page setup.

April 27, 2026 · 4 min · Aspose

Core Cell Operations in Aspose.Cells FOSS for Java

Deep dive into Aspose.Cells FOSS for Java’s core cell API: storing typed values, inspecting CellValueType, setting formulas, and reading string representations.

April 27, 2026 · 3 min · Aspose