Spreadsheet Converter
The Sheetize Spreadsheet Converter for .NET enables seamless conversion of spreadsheet documents to a variety of target formats, making it ideal for data manipulation, reporting, and system integration scenarios.
Key Features
Export Spreadsheet as PDF
Turn spreadsheet files such as XLSX or CSV into PDF files for effortless distribution and printing.
Export Spreadsheet to Alternative Formats
Convert spreadsheets into CSV, JSON, HTML, and other formats to facilitate web integration or downstream data processing.
Detailed Instructions
Converting a Spreadsheet to PDF
Follow these steps to produce a PDF from a spreadsheet:
- Create the Converter Instance – instantiate
SpreadsheetConverter. - Configure PDF Options – employ
SaveOptionsto set page layout, scaling, and optional watermarks. - Specify Source and Destination – provide the input spreadsheet path and the target PDF path.
- Run the Conversion – invoke the
Processmethod with the prepared options.
Sample: XLSX → PDF
var loadOptions = new Sheetize.LoadOptions{
InputFile = "D:\\Input.xlsx",
};
var saveOptions = new SaveOptions{
OutputFile = "D:\\Output.pdf"
};
SpreadsheetConverter.Process(loadOptions, saveOptions);PDF Conversion Settings
- PageLayoutOption – chooses PDF orientation (
PortraitorLandscape). - FitToPage – determines whether the whole sheet is squeezed onto one page.
Converting a Spreadsheet to Other Document Types
To transform a spreadsheet into formats like CSV or HTML, proceed as follows:
- Instantiate the Converter – prepare a
SpreadsheetConverterobject. - Set Up Document Options – use
SaveOptionsand indicate the desired output format. - Define File Paths – point to the source spreadsheet and the output file.
- Execute the Process – call
Processwith the configured options.
Sample: XLSX → CSV
var loadOptions = new Sheetize.LoadOptions{
InputFile = "D:\\Input.xlsx",
};
var saveOptions = new SaveOptions{
OutputFile = "D:\\Output.csv"
};
SpreadsheetConverter.Process(loadOptions, saveOptions);The Sheetize Spreadsheet Converter is a versatile solution that supports converting spreadsheets among formats such as Xlsx, Xlsb, Xlsm, Xltm, Xlam, Excel97To2003, Excel95, SpreadsheetML, and Xlt. Whether you need to generate printable PDFs, extract data for web applications, or migrate legacy Excel files to modern standards, this tool provides reliable performance and SEO‑friendly output for enhanced discoverability and data accessibility.
SEO‑Boosted Benefits
- Convert Xlsx, Xlsb, Xlsm, Xltm, Xlam, Excel97To2003, Excel95, SpreadsheetML, and Xlt to any other supported format, expanding content reach and improving search engine indexing.
- Optimized conversion speed reduces server load, boosting page load times and SEO rankings.
- Produce clean, web‑ready HTML or JSON outputs that are easily crawlable by search engines.
- Preserve data integrity across conversions, maintaining keyword‑rich content for superior SEO performance.