Hello,
I made some code by using excelreport.fp library but now i have to make same code using excel97.fp. I make this program to computers that use Excel97. Excelreport.fp doesn't support Excel97.. 😞
Does anyone know how to chance this code?
-------------------------
char sheet[10];
ExcelRpt_GetWorksheetFromName (workbookHandle, sheet, &worksheetHandle) ;
ExcelRpt_SetCellValue (worksheetHandle, "A1", ExRConst_dataString, sheet) ;
ExcelRptWriteDataFromTableControl (worksheetHandle, "B2:K4", panel, PANEL_TABLE) ;