exportAsSpreadsheet

public final void exportAsSpreadsheet(String filepath)

Exports the document as spreadsheet format to the specified file path.

Parameters

filepath

The file path where the spreadsheet document will be saved.


public final void exportAsSpreadsheet(FileOutputStream stream)

Exports the document as spreadsheet format to the specified stream.

Parameters

stream

The stream where the spreadsheet document will be written.