![]() |
![]() |
Products | Download | Order | Forum | Contact us |
| FileName | WideString. A string that indicates the name of the file to be saved. You can include a full path; if you don't, workbook saves the file in the current folder. |
Var
WorkBook: IXLSWorkBook;
begin
WorkBook := TXLSWorkBook.Create; {create new workbook}
WorkBook.Worksheets.Add;
{....}
WorkBook.Worksheets.Add;
{....}
WorkBook.SaveAsHTML('C:\book.html');
end;
| Copyright © NikaSoft 2004-2012 |