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