OfficeIMO.Excel.Pdf 1.0.0

Prefix Reserved
dotnet add package OfficeIMO.Excel.Pdf --version 1.0.0
                    
NuGet\Install-Package OfficeIMO.Excel.Pdf -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OfficeIMO.Excel.Pdf" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OfficeIMO.Excel.Pdf" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OfficeIMO.Excel.Pdf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OfficeIMO.Excel.Pdf --version 1.0.0
                    
#r "nuget: OfficeIMO.Excel.Pdf, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OfficeIMO.Excel.Pdf@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OfficeIMO.Excel.Pdf&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=OfficeIMO.Excel.Pdf&version=1.0.0
                    
Install as a Cake Tool

OfficeIMO.Excel.Pdf

First-party Excel workbook to PDF export using OfficeIMO.Pdf.

The initial exporter maps everyday worksheet used ranges into reusable PDF tables. It is intentionally thin: workbook reading stays in OfficeIMO.Excel, layout and PDF writing stay in OfficeIMO.Pdf, and this package only translates worksheet data into PDF document primitives.

Current scope:

  • All workbook sheets, or a selected sheet list.
  • Worksheet used range detection through the existing Excel reader bridge.
  • Worksheet print areas when configured.
  • Worksheet orientation and margins when configured, with explicit PDF options still available for overrides.
  • Hidden workbook worksheets omitted from default all-sheets exports, while explicitly selected hidden sheets can still be exported.
  • Hidden worksheet rows and columns omitted by default.
  • Repeated print-title rows mapped to PDF table header rows, including repeat-on-page behavior for long tables.
  • Manual worksheet row and column page breaks mapped to explicit PDF page breaks between exported table chunks, preserving repeated header/title rows, with ExcelPdfSaveOptions.UseWorksheetPageBreaks available to disable that behavior.
  • Simple worksheet header/footer text zones, first-page and even-page text variants, and supported header/footer images, including page number, total page count, sheet-name, date, time, workbook file-name, and workbook path tokens. Simple line-level header/footer font family/style uses the shared OfficeIMO.Pdf standard-font mapper for common office aliases such as Aptos, Calibri, Arial, Times New Roman, and Consolas, with font size and RGB text color mapped when the styled text can be represented by one first-party PDF header/footer line style.
  • Sheet names as PDF headings.
  • Cell display values rendered as PDF table cells, with common number formats, basic cell font emphasis, font color, fill color, two-color conditional color-scale fills, conditional data bars as proportional in-cell PDF table overlays, conditional icon-set indicators as first-party table-cell vector icons, horizontal/vertical alignment, simple cell borders including dashed, dotted, dash-dot, double, and diagonal strokes, external cell hyperlinks, internal workbook links mapped only when their target cell is exported as an exact PDF named destination, explicit worksheet column widths, explicit worksheet row heights, manual worksheet print scale, fit-to-width table sizing against effective page margins, and worksheet merged cells mapped through first-party rich table cells, per-cell table fills, per-cell table data bars, per-cell table icons, per-cell table alignment/border/padding overrides, relative table column widths, table max-width caps, row minimum heights, visible-row/column filtering, cell-owned URI and named-destination annotations, and table row/column spans.
  • Supported worksheet drawing images anchored into exported PDF table cells when the anchor cell is exported and otherwise emitted as first-party PDF flow images in worksheet anchor order.
  • Supported worksheet column, bar, line, area, scatter, radar, pie, and doughnut chart families exported as first-party vector drawing snapshots when the chart data can be read from the workbook, with optional ExcelPdfSaveOptions.ChartStyle and ChartLayout pass-through to the shared OfficeIMO.Drawing chart renderer and generated chart legend tables.
  • ExcelPdfSaveOptions.Warnings reports workbook features that are skipped or simplified during export, including mixed or rich per-run header/footer formatting, unsupported header/footer fields, unsupported or unreadable worksheet/header/footer images, unsupported or unreadable chart snapshots, shared chart drawing quality warnings, and row truncation when MaxRowsPerSheet is used.
  • First row styling through the reusable PDF table header model.
  • Page size and margin options through first-party OfficeIMO.Pdf geometry types.
  • Poppler visual baseline coverage for a daily two-sheet workbook with worksheet header/footer text and images, orientation/margins, merged title cells, fills/borders, number formats, explicit row/column sizing, hidden row/column filtering, worksheet images anchored into exported table cells, chart snapshots, and internal/external links.

Planned scope includes richer worksheet header/footer formatting beyond the current line-level style mapping, richer fit-to-height and automatic multi-page pagination/scaling, richer merged-cell edge cases, richer worksheet image placement fidelity beyond exported table-cell anchors, richer chart fidelity beyond the initial column/bar/line/area/scatter/radar/pie/doughnut snapshots, richer cell style fidelity such as additional conditional formats and locale-specific formats, and broader diagnostics for workbook features that still cannot be mapped faithfully.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 88 6/5/2026