Interface | Description |
---|---|
SExporter |
An exporter can export a book model to a output stream or file.
|
SExporterFactory |
The interface defines factory methods for exporters.
|
SImporter |
An importer to import a input stream, file..etc to a new book
|
SImporterFactory |
The interface defines factory methods for importers.
|
SRange |
The main API to manipulate Spreadsheet's book model.
|
Class | Description |
---|---|
SExporters |
A class that you can get an exporter by registered name and register an exporter.
|
SImporters |
This class contains utility methods to register the importer factory and get a importer by registered name.
|
SRanges |
A collection of factory methods to create a
SRange object. |
Enum | Description |
---|---|
SRange.ApplyBorderType | |
SRange.AutoFilterOperation | |
SRange.DeleteShift |
Shift direction of delete api
|
SRange.FillType | |
SRange.InsertCopyOrigin |
Copy origin format/style of insert
|
SRange.InsertShift |
Shift direction of insert api
|
SRange.PasteOperation | |
SRange.PasteType | |
SRange.SheetVisible | |
SRange.SortDataOption |
Keikai Spreadsheet Internal Range API classes.
Copyright © 2020. All rights reserved.