Android Question Excel to PDF

D

Deleted member 103

Guest
Hi,

Using the Excel library and this code you create an Excel spreadsheet.
B4X:
Dim newWorkbook As WritableWorkbook
newWorkbook.Initialize(File.DirRootExternal, "1.xls")
I am now looking for a function with which you can save the table as a PDF, there is a possibility, eg. so?
B4X:
newWorkbook.Saveas(File.DirRootExternal, "1.pdf")
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top