Excel API Library for Java - Sample Browser | Document Solutions | Render Excel Range In PDF
[
フレーム]
src="bundle.js">
## Render Excel range in PDF
Samples in this folder demonstrate how to render Excel ranges inside the PDF file along with some custom textual information at runtime to the specified location on the page.
Click the "View PDF" button to perform the following actions on the server:
- Render Excel ranges inside the PDF file
- Save to a PDF file
Then you can view the PDF in your browser.
// Create a new workbook
Workbook workbook = new Workbook();null
// Save to an excel file
workbook.save("FolderExample.xlsx");
// Create a new workbook
var workbook = Workbook()
FIXME: No Kotlin code in this demo.
// Save to an excel file
workbook.save("FolderExample.xlsx")