Use cases

Inventory and stock reports to PDF — wide sheets kept readable

Short answer: A stock report is the widest document most operations teams own — SKU, description, location, bin, on hand, allocated, on order, unit cost, extended value — and it is the export that most reliably comes back unusable. Excel prints it at the width the sheet is set to, so the columns past the paper edge land on their own strip of pages at the back, and the valuation columns end up nowhere near the SKUs they belong to. The fix is a layout pass that measures the real column widths and slices the table across pages at a readable size with the label column repeated, rather than shrinking it until nobody can read it.

Why stock sheets break worse than other reports

Three things compound. The sheet is genuinely wide, often twenty columns or more. The rows are numerous, so the split happens on every page rather than once. And the descriptions wrap, which makes rows tall and unpredictable — a tall row that straddles a page break gets sliced, so a SKU’s description ends on one page and its count begins on the next.

Excel’s own export cannot solve this, because it is not deciding a layout. It is printing the page setup, faithfully, including the parts of the page setup nobody set deliberately.

Excel's export · page 19

Page 19 of an Excel PDF export, carrying only the money columns of the table with no identifying reference beside them.

Re-laid-out · page 2

Page 2 of the layout-pass output: the header band repeats at the top and the rows continue whole beneath it.
Where the numbers ended up, and where they should be. Left: page 19 of a built-in export of a twenty-three-column sheet — the money columns, eighteen pages away from the reference numbers on page 1. Anyone reading it has to hold two pages side by side to know what a figure refers to. Right: page 2 of the same file after the layout pass, where the header band repeats and the rows carry on whole. That is the difference between a report and a stack of paper.Sample workbook: 23 columns × 210 rows, synthetic — every company, person, reference number and figure was invented for the capture. Every page of the real PDF was scanned for the header strings to find where those columns landed. Tap either page to open it full size.

What a layout pass does with a stock sheet

The recurring run

Stock reports are rarely a single file. A period-end run is a folder: one per warehouse, per location, per client. The Windows desktop app takes the folder in one pass and writes a run log so you can see each file was produced, free for runs of up to five files. It needs Windows with Excel 2016+.

For a single sheet with nothing confidential in it, the free web converter does the same layout work in a browser — it uploads the file, converts it and deletes it afterwards.

Before you send it

Check the last column is present, that no row is cut in half, that the text is readable at paper size, and that nothing that used to be in the report has quietly stopped appearing. The self-check covers the blank and clipped pages; the other two are thirty seconds of your own eyes, and they are the two that get noticed.