Android Question B4A Excel Library

mike1967

Active Member
Licensed User
Longtime User
Hello, regarding this library i have made some code in order to use it. I will use it for create report. I have use the initialize2 method for create a template to use as report page. How i can modify the content of a defined cell in the default sheet ? Can i make a copy of a default sheet with the included format without create new in order to define the pagination (ex. Sheet1 as Page1, Sheet2 as Page 2 and so on) Thanks in advance.
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    36.5 KB · Views: 194

mike1967

Active Member
Licensed User
Longtime User
Make enough copies of the sheet in your template project and use WritableWorkbook.RemoveSheet to remove the unneeded sheets.

Hello, i have create with successo the xls file,now how i can print It via OS printer capability? Can provider me samples code ? Thanks in advance
 
Upvote 0
Top