| Overload | Description |
|---|---|
| Export(Document,String) | Exports the specified document to an Excel file. |
| Export(Document,String,String) | Exports the specified range of pages in a document to an Excel file. |
| Export(Document,Stream) | Exports the specified document to a stream in Excel format. |
| Export(Document,Stream,String) | Exports the specified range of pages in a document to a stream in Excel format. |