public class SpreadsheetDocumentInfo extends DocumentInfo
| Constructor and Description |
|---|
SpreadsheetDocumentInfo(com.aspose.cells.Workbook spreadsheet,
boolean isPasswordProtected,
FileType format,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets author
|
String |
getTitle()
Gets title
|
List<String> |
getWorksheets()
Worksheets names
|
int |
getWorksheetsCount()
Gets worksheets count
|
boolean |
isPasswordProtected()
Gets is document password protected
|
void |
setWorksheets(List<String> worksheets) |
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSizepublic SpreadsheetDocumentInfo(com.aspose.cells.Workbook spreadsheet,
boolean isPasswordProtected,
FileType format,
long size)
public String getTitle()
public int getWorksheetsCount()
public String getAuthor()
public boolean isPasswordProtected()
Copyright © 2025. All rights reserved.