Показать сообщение отдельно
Старый 21.04.2006, 15:30   #5  
abv2703 is offline
abv2703
Участник
 
93 / 22 (1) +++
Регистрация: 05.12.2003
Адрес: Санкт-Петербург, улица Бухарестсткая
X++:
public class ReadFromExcelFile
{
    COM   worksheet;
}

void loadFromFile(Filename _fileName)
{
    ComExcelDocument_RU exl = new ComExcelDocument_RU();
    ;
    if (! exl.open(_fileName)) throw error('?????? ??? ???????? ????? ' + _fileName);
    exl.visible(false);
    worksheet   = exl.getWorkSheet(1);
}
Нямножко можно и самому пошерстить