Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
49 lines (25 sloc) 2.36 KB

Spreadsheets (Open XML SDK)

Last modified: July 27, 2012

Applies to: Office 2013 | Open XML

This section provides how-to topics for working with spreadsheet documents using the Open XML SDK 2.5 for Office.

In this section

How to: Calculate the sum of a range of cells in a spreadsheet document (Open XML SDK)

How to: Create a spreadsheet document by providing a file name (Open XML SDK)

How to: Delete text from a cell in a spreadsheet document (Open XML SDK)

How to: Get a column heading in a spreadsheet document (Open XML SDK)

How to: Get worksheet information from an Open XML package (Open XML SDK)

How to: Insert a chart into a spreadsheet document (Open XML SDK)

How to: Insert a new worksheet into a spreadsheet document (Open XML SDK)

How to: Insert text into a cell in a spreadsheet document (Open XML SDK)

How to: Merge two adjacent cells in a spreadsheet document (Open XML SDK)

How to: Open a spreadsheet document for read-only access (Open XML SDK)

How to: Open a spreadsheet document from a stream (Open XML SDK)

How to: Parse and read a large spreadsheet document (Open XML SDK)

How to: Retrieve a dictionary of all named ranges in a spreadsheet document (Open XML SDK)

How to: Retrieve a list of the hidden rows or columns in a spreadsheet document (Open XML SDK)

How to: Retrieve a list of the hidden worksheets in a spreadsheet document (Open XML SDK)

How to: Retrieve the values of cells in a spreadsheet document (Open XML SDK)

Related sections

How do I... (Open XML SDK)

Getting started with the Open XML SDK 2.5 for Office