# Print Settings Exported

## Content

This table summarizes how the [PrintInfo](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo) settings are handled when&nbsp;SpreadJS exports data to an Excel-formatted file.

| **SpreadJS Setting** | **Excel Setting** | **Remarks** |
|---|---|---|
| [blackAndWhite](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#blackAndWhite) | BlackAndWhite | Excel uses this setting. |
| [centering](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#centering) | CenterHorizontally or CenterVertically | Excel uses this setting. |
| [columnEnd](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#columnEnd) | PrintArea | Excel uses this setting. |
| [columnStart](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#columnStart) | PrintArea | Excel uses this setting. |
| [firstPageNumber](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#firstPageNumber) | FirstPageNumber | Excel uses this setting. |
| [fitPagesTall](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#fitPagesTall) | FitToPagesTall | Excel uses this setting. |
| [fitPagesWide](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#fitPagesWide) | FitToPagesWide | Excel uses this setting. |
| footerCenter | CenterFooter | Excel uses this setting. |
| footerCenterImage | CenterFooterPicture | SpreadJS only supports this with OpenXml Excel. |
| footerLeft | LeftFooter | Excel uses this setting. |
| footerLeftImage | LeftFooterPicture | SpreadJS only supports this with OpenXml Excel. |
| footerRight | RightFooter | Excel uses this setting. |
| footerRightImage | RightFooterPicture | SpreadJS only supports this with OpenXml Excel. |
| headerCenter | CenterHeader | Excel uses this setting. |
| headerCenterImage | CenterHeaderPicture | SpreadJS only supports this with OpenXml Excel. |
| headerLeft | LeftHeader | Excel uses this setting. |
| headerLeftImage | LeftHeaderPicture | SpreadJS only supports this with OpenXml Excel. |
| headerRight | RightHeader | Excel uses this setting. |
| headerRightImage | RightHeaderPicture | SpreadJS only supports this with OpenXml Excel. |
| [margin](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#margin) | LeftMargin or RightMargin or TopMargin or BottomMargin or FooterMargin or HeaderMargin | Excel uses this setting. |
| [orientation](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#orientation) | Orientation | Excel uses this setting. |
| [pageOrder](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#pageOrder) | Order | Excel uses this setting. |
| [paperSize](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#paperSize) | PaperSize | Excel uses this setting. |
| [repeatColumnEnd](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#repeatColumnEnd) | PrintTitleColumns | Excel uses this setting. |
| [repeatColumnStart](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#repeatColumnStart) | PrintTitleColumns | Excel uses this setting. |
| [repeatRowEnd](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#repeatRowEnd) | PrintTitleRows | Excel uses this setting. |
| [repeatRowStart](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#repeatRowStart) | PrintTitleRows | Excel uses this setting. |
| [rowEnd](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#rowEnd) | PrintArea | Excel uses this setting. |
| [rowStart](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#rowStart) | PrintArea | Excel uses this setting. |
| [showColumnHeader](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#showColumnHeader) | PrintHeadings | Excel uses this setting. |
| [showGridLine](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#showGridLine) | PrintGridlines | Excel uses this setting. |
| [showRowHeader](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#showRowHeader) | PrintHeadings | Excel uses this setting. |
| [zoomFactor](/spreadjs/api/v16/classes/GC.Spread.Sheets.Print.PrintInfo#zoomFactor) | Zoom | Excel uses this setting. |