![]() |
#9 |
Участник
|
Получилось так:
X++: ComExcelDocument_RU doc; COM temp; str temp1; str fileName; ; fileName = "C:\\F.xls"; doc = new ComExcelDocument_RU(); doc.open(fileName, false); temp = doc.getWorkSheet(1); temp = temp.Cells(); temp = temp.SpecialCells(11); // 11 = xlCellTypeLastCell info(strFmt('Последняя используемая строка %1', temp.Row())); Аксапта 30 СП1
__________________
Александр |
|
Теги |
com connector, excel, com-объект |
|
|