TSheetSelector.GetHtmlSheetNameFromExcel Method
Returns the html sheet name from the Excel sheet name. Returns empty if the sheet doesn't exist.
Syntax
Unit: FlexCel.Render
function TSheetSelector.GetHtmlSheetNameFromExcel(const excelSheetName: string): string; virtual;
Parameters
<-> |
Parameter |
Type |
Description |
const |
excelSheetName |
string |
Sheet name in Excel. |
See also