Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Generating an HTML file from a spreadsheet is very common. The size of the columns is defined in pt, which works in many cases. However, there may be a case where this fixed size is not required. For example, if the container panel width is 600 px where this HTML page is displayed, you may get a horizontal scrollbar if the generated table width is larger. It is required that this fixed size be changed to a scalable unit such as em or percent for better presentation. The following sample code can be used where HtmlSaveOptions.WidthScalable is set to true for creating scalable width.
Sample source file and output files can be downloaded from the following links:
outsampleForScalableColumns.zip
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.