how can i use excell management fill cell method in report?

monir_asianmonir_asian Member Posts: 80
i use excel buffer table to export excell.

but i want to write some value in fixed cell

how can i use this following method and integrate with excell buffer.




ExcelBuf.NewRow;
ExcelBuf.AddColumn(FORMAT( Text001),FALSE,'',TRUE,FALSE,TRUE,'@');
//ExcelBuf.AddColumn(Item."No.",FALSE,'',FALSE,FALSE,FALSE,'');
ExcelManagement.FillCell(FORMAT( 'B1'),Item."No.") ;

Comments

Sign In or Register to comment.