Convert XLSX to HTML Online (Publish Spreadsheet Data)

What Excel’s web-page export can publish, what stops being a live workbook, and the documented layout checks that prevent broken tables and missing assets.

  1. Add a file Choose or drop it here
  2. Pick the format Change it whenever needed
  3. Download the result After conversion completes

From Spreadsheet Parts to a Published Web Page

An XLSX workbook stores worksheets and their features in an Office Open XML package; HTML is a browser document made of markup that describes headings, paragraphs, tables, links, and media. Converting XLSX to HTML publishes a chosen view of spreadsheet data rather than embedding a complete Excel workbook in a page. Microsoft says Excel can save a workbook, worksheet, chart, range, query table, PivotTable report, print area, or AutoFilter range as a web page. That choice matters because a useful website usually needs a specific table or range, not a hidden administrative tab or the full workbook. The HTML result is designed for viewing in a browser, while the XLSX file remains the calculation and editing source. Treat the exported page as a published snapshot unless a deliberate republishing process is configured.

Excel web-page publishing may create more than one file. Microsoft explains that a Web Page export can use a supporting folder for graphics, bullets, background textures, and other assets, whereas a Single File Web Page embeds supporting content differently. The main HTML file can therefore appear correct next to its original folder and show red X placeholders after it is moved alone. HTML also has a character-encoding setting and browser-support options, both available through Excel’s web options. A successful export needs the page, any supporting files, and the correct encoding to reach the web server together. This is a structural conversion, not merely copying visible cells into a browser window.


What an HTML Export Keeps and Stops Being

A web page can preserve readable cell text, table-like rows and columns, selected charts, links, and much of the visible layout, but it is no longer a live worksheet. Visitors can read a published table without installing Excel, yet ordinary HTML does not contain Excel’s interactive sort controls, formulas, workbook relationships, query refresh settings, or cell-editing environment. A chart can be published as an item, but it is a browser presentation rather than a chart connected to an editable data range in the recipient’s copy. Microsoft advises using the original XLSX workbook as the master because fewer Excel features are maintained in the web-page file and they may not be editable in the original way. Update the workbook first, validate its numbers, then publish the chosen range or item to HTML. Do not edit a generated web page and expect those edits to update the original workbook automatically.

The export scope controls what readers receive. Microsoft’s static-web-page guidance allows an entire workbook with navigation tabs, an entire worksheet, a named item such as a chart or PivotTable report, a cell range, a filtered range, or an external data range. Publishing a filtered range is especially different from publishing the source table: the page can show only the currently selected result rather than all hidden rows. Decide whether the public page needs a complete data table, a filtered subset, or a fixed chart, then choose the matching publish option. A narrow scope also reduces accidental disclosure of formulas, helper columns, and other material outside the intended range. Review the generated HTML in a browser before upload because browser presentation, not Excel’s editing view, is now the reader’s experience.


Five Practical Changes When a Workbook Becomes HTML

  • Scope becomes public content: Excel can publish a workbook, sheet, range, chart, filtered range, or query result, so select only what the page should reveal.
  • Formula-driven work becomes a snapshot: HTML displays the published result but does not give visitors a workbook calculation and refresh environment.
  • Supporting files may be required: Web Page exports can put graphics and other assets in a companion folder that must move with the HTML file.
  • Some visual effects change: Microsoft says rotated or vertical cell text converts to horizontal text in a web-page export.
  • Republishing is a separate action: AutoRepublish can publish an updated workbook to a web page, but a static page does not update itself merely because the XLSX master changed.

Browser Compatibility Is Not Workbook Compatibility

A browser can display an HTML table without Excel, but that is different from opening a workbook in Excel for the web. The first case reads published markup; the second runs a workbook viewer with a separate set of spreadsheet features. Microsoft’s HTML publishing tools let the author set browser support, screen resolution, graphics formats, file organization, and encoding through web options. Those choices affect how the exported page looks and which assets it requests, but they do not turn the page into a full spreadsheet application. A current browser is a good destination for readable tables and static charts. It is not a substitute when readers need to recalculate formulas, refresh external data, or use PivotTable filtering in the workbook itself.

Mobile layout needs its own test because a wide Excel table can be technically valid HTML yet difficult to use on a narrow screen. The exported table contains all its columns; the browser does not automatically decide which values are essential. Use a responsive wrapper with horizontal scrolling, simplify columns, or publish a smaller mobile-oriented range where the page design allows it. Keep actual column headings in the HTML table rather than relying only on color or merged spreadsheet cells to express meaning. Test the result at a phone-width viewport and with browser zoom, then confirm that headers still align with the data below them. Publishing a page that merely fits on a desktop monitor does not establish web compatibility.


Web-Page Export Problems With Clear Causes and Fixes

Text cut off in a generated web table has a documented source-side cause. Microsoft says automatically wrapped cells can be truncated after a web-page save, and that text overlapping another cell may not be saved. Its fixes are concrete: shorten the text, split it across cells, widen the source column, or realign text that was right- or center-aligned and longer than its cell. These corrections belong in the XLSX master before publishing, not as random edits to the generated HTML. A second documented limitation is rotated or vertical text, which is converted to horizontal text in web-page output. Replace an essential vertical label with a horizontal heading in the workbook, then republish and test it in the browser.

Missing images and red X placeholders usually come from moving the HTML file without its supporting folder. Microsoft says Web Page export stores supporting graphics and related assets in a subfolder and that relative links break if the folder is not moved with the page. Upload or copy the HTML and its companion folder together, preserving their relative paths, then test the real hosted location. Conditional formatting needs a format-specific check as well: Microsoft says it is not supported in Single File Web Page .mht/.mhtml, and data bars, color scales, and icon sets are not supported in either single-file or ordinary web-page output. Convert critical visual indicators into explicit text, normal cell values, or images before publishing so readers are not left guessing what a missing icon meant.


Editable Workbook and Published HTML Compared

CapabilityXLSX workbookHTML web-page export
Primary roleEditable spreadsheet masterBrowser-readable published view
Publish scopeAll workbook content can remain privateWorkbook, sheet, range, chart, filtered range, or query item
Formula and refresh behaviorCan calculate and refresh in ExcelPublished display only
Supporting graphicsInside package relationshipsMay use a companion supporting folder
Rotated cell textCan remain rotated or verticalConverted to horizontal text
Conditional-format indicatorsCan show data bars, scales, and iconsThose indicators are not supported in Web Page export

Questions Before Uploading Spreadsheet Content to a Site

Can I publish only one range from an XLSX workbook as HTML?
Yes. Microsoft lists a range of cells as a publishable web-page item. Select the exact range first so helper columns, hidden notes, and unrelated sheets do not become public.

Why are images missing after I moved my exported HTML page?
The HTML may refer to a supporting folder containing graphics and other assets. Move or upload that folder with the page and preserve its relative path to remove the broken links.

Will an XLSX change update an already published HTML page?
Not automatically for a normal static export. Republish the new workbook view, or use the configured AutoRepublish workflow when that is appropriate for the hosting process.

Why did my color scale or icon set disappear in the web page?
Microsoft says data bars, color scales, and icon sets are unsupported in web-page export. Replace important meaning with text, standard values, or a deliberate image before publishing.