XLSX to PDF C#

Convert Excel (XLS/XLSX) to PDF with worksheet selection, page size, orientation, auto-fit, scaling, headers, and PDF/A.

Spreadsheet Tools

XLSX to PDF C# Overview

Convert Excel XLS/XLSX workbooks to PDF for sharing, review, and archiving. Select the worksheet by name, index, or the active sheet, and open password‑protected files when required. Control page orientation and page size, auto‑fit by columns or pages, clear print areas, and apply custom scaling to match layout constraints. Add a header on each page and optionally preserve metadata. Normalize locale with thousands/decimal separators and date formats for consistent output. Enable PDF/A for long‑term preservation and process single files or batches with predictable results.

Lightning Fast Conversions

Process and convert files in seconds with our high-performance cloud infrastructure.

Accuracy Guaranteed

Our advanced algorithms ensure pixel-perfect and content-accurate file conversions.

Enterprise-Grade Security

ISO 27001, HIPAA, and GDPR compliant with encrypted file processing.

Global Infrastructure

Strategically located servers ensure low latency and high availability worldwide.

Developer Friendly

Comprehensive SDKs and clear documentation for quick and simple integration.

Time-Saving Automation

Automate repetitive document workflows and focus on what matters most.

Customizable Parameters

Fine-tune your automation with these powerful conversion options

File

File Supported formats: .xls .xlsx

File to be converted. Value can be URL or file content.

Password

String

Sets the password to open protected documents.

WorksheetActive

Bool Default: False

Set to convert active worksheet. If value is set False all worksheet will be converted.

WorksheetIndex

Integer

Set worksheet index(number) to convert. If value is not set all worksheet will be converted.

Range:   1 .. 2000

WorksheetName

String

Set worksheet name to convert. If value is not set all worksheet will be converted.

ConvertMetadata

Bool Default: True

Convert document metadata like Title, Author, Keywords to PDF metadata.

PageOrientation

Collection Default: default

Page orientation.

Values:   default portrait landscape

PageSize

Collection Default: default

Page size.

Values:   default letter lettersmall tabloid ledger legal statement executive a3 a4 a4small a5 b4 b5

AutoColumnFit

Bool Default: False

Auto fit columns to reduce unnecessary empty space in table.

AutoPageFit

Bool Default: False

Automatically enlarges page size, switches to landscape when needed, trims margins, and finally scales the sheet to one-page width. If PageSize or PageOrientation are chosen, those choices are left unchanged.

ClearPrintArea

Bool Default: False

Clear the print area in the converting document.

Scale

Integer

Set content scale value in percentage.

Range:   10 .. 300

HeaderOnEachPage

Bool Default: False

Ensures the header row is repeated on all pages when the sheet's content spans multiple pages in the PDF output. If a table is detected in the sheet, its header row is used; otherwise, the first row with data is treated as the header.

ThousandsSeparator

String Default: ,

Thousands separator.

DecimalSeparator

String Default: .

Decimal separator.

DateFormat

Collection Default: us

Sets the date format for output document, overriding the default US locale (M/d/yyyy) to ensure consistency regardless of regional Excel settings.

Values:   us iso eu german japanese

Pdfa

Bool Default: False

Create PDF/A-1b compliant document.

StoreFile

Bool Default: False

When the StoreFile parameter is set to True, your converted file is written to ConvertAPI’s encrypted, temporary storage and made available via a time-limited secure download URL, valid for up to 3 hours. After this period, the file is permanently deleted.

When StoreFile is set to False, conversion happens entirely in-memory. The raw file bytes are streamed back in the API response without touching disk or external storage, ensuring maximum security and zero persistence so that only you can access the content.

Integrate using C#

Ready-to-run code samples for quick conversion and automation.

Convert MS Office Excel files to PDF in .NET C#

Converting XLS and XLSX to PDF in C# is a common need for developers who want to generate printable, shareable reports from Excel spreadsheets while preserving layout, formulas, and formatting.

With ConvertAPI, you can convert XLSX files to high-quality PDFs in seconds using a simple, reliable C# integration. Whether you are automating financial reports, invoices, or any spreadsheet-based workflow, our SDK handles the heavy lifting while giving you control over page size, orientation, and security.

Key Benefits:

  • No need for MS Office installation and licensing.
  • Preserves tables, formulas, and formatting during conversion.
  • ConvertAPI .NET C# SDK library makes setup quick with minimal code.
  • Set advanced parameters like page ranges, add passwords, generate PDF/A, and compress outputs for reduced file sizes.

XLSX to PDF with Custom Parameters

Once you have installed the NuGet package, and authenticated the ConvertAPI library, you can set up the XLSX to PDF conversion parameters on the live-demo page. You will receive an auto-generated code snippet that looks something like this:

var convert = await convertApi.ConvertAsync("xlsx", "pdf",
    new ConvertApiFileParam("File", @"C:\path\to\my_file.xlsx"),
    new ConvertApiParam("WorksheetActive", "true"),
    new ConvertApiParam("PageOrientation", "landscape"),
    new ConvertApiParam("PageSize", "a2"),
    new ConvertApiParam("AutoFit", "true"),
    new ConvertApiParam("Scale", "0.7"),
    new ConvertApiParam("ThousandsSeparator", "."),
    new ConvertApiParam("DecimalSeparator", ","),
    new ConvertApiParam("DateFormat", "iso")
);
await convert.SaveFilesAsync(@"C:\converted-files\");

In this example, we are converting an XLSX file to PDF while fitting as much content as possible on a single page for clear, compact reporting.

We set the PageOrientation to landscape to fit more columns horizontally, and PageSize to a2 to provide a larger printable area. Additionally, we apply Scale set to 0.7 to slightly shrink rows and columns, making it easier to fit wide datasets on one page without losing readability.

Other parameters like AutoFit, custom thousands and decimal separators, and ISO date formatting ensure that your PDF output remains clean, well-structured, and ready for sharing or printing, even when handling large tables.

Feel free to try the conversion for free on the XLSX to PDF live demo page. You can fine-tune the conversion parameters to match your intended result with no coding at all. Happy converting!

Integrate within minutes

Easy XLSX to PDF automation using our simple C# SDK

Try the XLSX to PDF conversion online

Try it Free

Compatible With All .NET Frameworks & Tools

Compatible with Microsoft Azure Compatible with .NET Core Available on NuGet C# SDK Available Compatible with VS Code Compatible with JetBrains Rider Compatible with Visual Studio

Frequently Asked Questions

How do I convert XLSX to PDF using C#?

You can use ConvertAPI’s C# SDK. A minimal example involves initializing ConvertApi with your API token, calling .ConvertAsync("xlsx", "pdf", ...), and downloading the resulting file.

Does it preserve Excel formulas during conversion?

Yes, ConvertAPI renders Excel sheets fully before converting, preserving the calculated values in the final PDF.

Can I convert specific sheets only?

Yes, by specifying the page range or desired sheets using the parameters supported during conversion.

Is the conversion fast for large XLSX files?

ConvertAPI is optimized for high-speed conversions, even for large files with many rows and complex formulas.

Can I set custom separators and date format?

Yes, you can specify your preferred decimal separator, thousands separator, and date format overriding the default US locale.

Can I customize the conversion, so that sheet data fits on a single page?

Absolutely, you can fine tune your conversion by adjusting the Page Size, Page Orientation, Scale factor, or using our "AutoFit" property.

Businesses trust us

Highest rated File Conversion API on major B2B software listing platforms: Capterra, G2, and Trustpilot.

"ConvertAPI has been a game-changer for our document automation workflows. Their conversion accuracy and API reliability are unmatched in the industry for over 7 years."

"ConvertAPI is a reliable, cost-effective solution with a proven track record of stability. It has grown significantly in maturity, adopting enterprise-grade practices over the years."

"We've integrated ConvertAPI across our entire document processing platform. The performance is exceptional and the support team is always responsive. Highly recommended!"

Enterprise-Grade Security

We ensure that all document processing is handled securely in the cloud, adhering to industry-leading standards like ISO 27001, GDPR, and HIPAA. To enhance security even further, we can ensure that no files or data are stored on our servers and never leave your country.

Learn more about security

Ready to Streamline Your File Conversions?