LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using excel97-library

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) ;


0 Kudos
Message 1 of 3
(3,209 Views)
chance=change
0 Kudos
Message 2 of 3
(3,197 Views)
Now it works.. 🙂
0 Kudos
Message 3 of 3
(3,160 Views)