Saving Cell Ranges As HTML/CSS Code

1. Overview

To copy (and save) a selected range of cells as HTML code, use the Edit > Copy As HTML command. You can paste that copied clipboard data directly into the <body> section of any HTML page as a single continuous block. When displayed in web browsers, the copied HTML/CSS data looks the same as in the source worksheet window, including styles and formatting, except for text rotation. Also, the accounting numeric style requires that the related cells in GS-Calc use a fixed-width (monospace) font, such as Courier New.

2. Examples