Initializing... drag & drop files here
Supports: ODS
This guide is for anyone who lands here looking to turn an OpenDocument Spreadsheet (.ods — the LibreOffice Calc and Apache OpenOffice format defined by ISO/IEC 26300) into an APNG image, and it is honest about one thing up front: a spreadsheet is static content, so this conversion produces a still APNG, not an animation. APNG (Animated PNG) is a frame-by-frame format, but there are no frames in a flat sheet of cells — the converter renders your printable sheet to pixels exactly as your spreadsheet app would print it, and writes that picture into an APNG container. The result is functionally identical to a PNG: lossless, full-colour, with optional transparency. By the end you will know how to set the rendering quality, why a multi-page workbook comes back as several files, and why for almost every real use case ODS to PNG is the better target.
.ods file onto the page or click "+ Add Files". You can queue several spreadsheets and convert them with the same settings in one batch.Two facts about this conversion shape every result, and both surprise people who expect "APNG" to mean "animation".
The output is a single-frame APNG — a still image. The backend converts the document along an Office → PDF → PNG → APNG pipeline, rasterising each printable page to pixels and writing it into an APNG container. APNG's defining feature is multiple frames, but a spreadsheet has no time axis to animate, so each page becomes a one-frame APNG. That single frame is stored as a normal PNG stream, which is why every standard PNG decoder, browser, and image viewer opens an ODS-derived APNG with no special support — it is, in practice, a PNG. Any frame-rate control on the page applies to genuinely animated sources (like video to APNG); for a spreadsheet it has nothing to sequence.
Conversion Quality (DPI) is the setting that actually matters, because a sheet is vector content — text and ruled lines — being flattened to a raster. DPI sets how many pixels the printed page is rendered at, controlling both legibility and file size:
Because DPI multiplies in both directions, the pixel count — and with it the file size — grows with the square of the setting. These are the rendered pixel dimensions for a full A4 page (8.27 × 11.69 in):
| Conversion Quality | Rendered A4 page | Suits |
|---|---|---|
| 96 DPI | ~794 × 1123 px | A thumbnail for chat or a slide |
| 150 DPI | ~1240 × 1754 px | Light on-screen reading |
| 300 DPI (default) | ~2480 × 3508 px | General snapshots and print-quality text |
| 400 DPI | ~3307 × 4677 px | Small fonts, footnotes, OCR |
| 600 DPI | ~4961 × 7016 px | Archival detail — expect a large file |
Because the output is a one-frame image either way, the choice between still-image formats comes down to colour and transparency, not animation:
| Property | APNG (this page) | PNG | GIF |
|---|---|---|---|
| Colour depth | 24-bit truecolour | 24-bit truecolour | 256-colour indexed palette |
| Compression | Lossless (DEFLATE) | Lossless (DEFLATE) | Lossless (LZW) within the palette |
| Transparency | Full 8-bit alpha | Full 8-bit alpha | 1-bit, on or off |
| Animation | Yes — but a sheet has no frames to use it | No | Yes |
| Result from an ODS | Single-frame still | Single-frame still | Single-frame still, colours reduced |
| Behaviour in a non-APNG decoder | Falls back to the first (only) frame | n/a | n/a |
| Pick it when | Something downstream demands a .apng |
Almost always — see ODS to PNG | A system accepts only GIF |
Because the APNG you get from a spreadsheet is a still image with no animation advantage, ODS to PNG is the more practical target almost every time: it is the same lossless rasterisation, the same full colour and transparency, but it is the universally expected still-image format that every tool, CMS, and chat box accepts without question. Choose ODS to APNG only when something downstream specifically demands a .apng extension. If your real goal is a faithful, fully-portable copy of the whole workbook in one file, convert to ODS to PDF — it keeps every page together, preserves selectable text, and opens everywhere. And if you actually want an animation, the source has to carry motion: a video or an existing animated image, not a static sheet.
No. APNG is an animated format, but a spreadsheet is static, so the converter writes a single-frame (still) APNG — the rendered picture of your sheet. That frame is stored as an ordinary PNG stream, which is why every browser and image viewer opens it whether or not it supports APNG animation. For a spreadsheet there is no practical difference between this output and a PNG.
Because the converter renders each printable page and each sheet to its own separate image. ODS to APNG is a still-image output, so a workbook that prints on multiple pages produces one .apng per page, delivered together as a ZIP — there is no single APNG that scrolls or animates through the workbook. To hold every page in one file, convert to ODS to PDF instead.
For almost everyone, yes. APNG from a spreadsheet is a single-frame image, identical in colour, sharpness, and transparency to a PNG, and PNG is the format every tool and platform expects. Pick ODS to PNG unless something downstream specifically requires a file with a .apng extension; the visual result is the same.
No. This is a rasterization — every cell, formula, and value is flattened into pixels, so the output is a picture of the sheet, not a spreadsheet. The numbers stay visible but are no longer live. If you later need the data back as text, run OCR on the image, or return to the original ODS, which still holds the recalculating data.
For a screen-only thumbnail, 96-150 DPI keeps the file light. For a general snapshot, 300 DPI (the default) balances sharpness and size. If the sheet has small fonts or you plan to OCR it, choose 400 DPI; 600 and 1200 DPI exist for archival detail but produce large files. In our testing, raising DPI from 150 to 300 roughly quadrupled the pixel count of the same A4 sheet, so reach for higher DPI only when legibility actually demands it.
Yes. APNG is part of the W3C PNG specification (the third-edition PNG Recommendation, finalised June 2025) and is supported natively by Chrome 59+, Firefox 3+, Safari 8+, Edge 79+, and Opera — roughly 95% of browsers in use. Even where animation is not supported, decoders fall back to the first frame, and since a spreadsheet APNG has only that one frame, it displays everywhere a PNG would.
Because the frame is stored as a lossless PNG stream, so there is no lossy quality dial that shrinks it the way JPEG quality does. Size here is driven almost entirely by two things: the Conversion Quality (DPI) you rendered at, and how much ink is on the page — a dense sheet of numbers and borders compresses far worse than a sparse one. The effective lever is DPI, and it is steep: halving it from 300 to 150 cuts the pixel count to roughly a quarter. You can also scale the output under Image resolution. If you need a genuinely small file and can accept softer text edges, a lossy target such as ODS to JPG will beat any lossless format on size.
Your ODS file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, and your files are never shared or made public. The output APNG is a standard image you can open in any browser or image viewer on any device.