Inherits Object.
|
static Aspose::Cells::Systems::Int32 | GetSignificantDigits () |
| Gets the number of significant digits. The default value is 17. More...
|
|
static void | SetSignificantDigits (Aspose::Cells::Systems::Int32 value) |
| Sets the number of significant digits. The default value is 17. More...
|
|
static Aspose::Cells::Systems::Double | GetDPI () |
| Gets the DPI of the machine. More...
|
|
static void | SetDPI (Aspose::Cells::Systems::Double value) |
| Gets the DPI of the machine. More...
|
|
static Aspose::Cells::Systems::Double | GetTextWidth (intrusive_ptr< Aspose::Cells::Systems::String > text, intrusive_ptr< Aspose::Cells::IFont > font, Aspose::Cells::Systems::Double scaling) |
| Get width of text in unit of points. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | GetVersion () |
| Get the release version. More...
|
|
static void | CellNameToIndex (intrusive_ptr< Aspose::Cells::Systems::String > cellName, Aspose::Cells::Systems::Int32 &row, Aspose::Cells::Systems::Int32 &column) |
| Gets the cell row and column indexes according to its name. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | CellIndexToName (Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column) |
| Gets cell name according to its row and column indexes. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | ColumnIndexToName (Aspose::Cells::Systems::Int32 column) |
| Gets column name according to column index. More...
|
|
static Aspose::Cells::Systems::Int32 | ColumnNameToIndex (intrusive_ptr< Aspose::Cells::Systems::String > columnName) |
| Gets column index according to column name. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | RowIndexToName (Aspose::Cells::Systems::Int32 row) |
| Gets row name according to row index. More...
|
|
static Aspose::Cells::Systems::Int32 | RowNameToIndex (intrusive_ptr< Aspose::Cells::Systems::String > rowName) |
| Gets row index according to row name. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | ConvertR1C1FormulaToA1 (intrusive_ptr< Aspose::Cells::Systems::String > r1c1Formula, Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column) |
| Converts the r1c1 formula of the cell to A1 formula. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | ConvertA1FormulaToR1C1 (intrusive_ptr< Aspose::Cells::Systems::String > formula, Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column) |
| Converts A1 formula of the cell to the r1c1 formula. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::DateTime > | GetDateTimeFromDouble (Aspose::Cells::Systems::Double doubleValue, bool date1904) |
| Convert the double value to the date time value. More...
|
|
static Aspose::Cells::Systems::Double | GetDoubleFromDateTime (intrusive_ptr< Aspose::Cells::Systems::DateTime > dateTime, bool date1904) |
| Convert the date time to double value. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | GetStartupPath () |
| Gets or sets the startup path, which is referred to by some external formula references.
More...
|
|
static void | SetStartupPath (intrusive_ptr< Aspose::Cells::Systems::String > value) |
| Sets the startup path, which is referred to by some external formula references.
More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | GetAltStartPath () |
| Gets the alternate startup path, which is referred to by some external formula references. More...
|
|
static void | SetAltStartPath (intrusive_ptr< Aspose::Cells::Systems::String > value) |
| Sets the alternate startup path, which is referred to by some external formula references. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | GetLibraryPath () |
| Gets the library path which is referred to by some external formula references.
More...
|
|
static void | SetLibraryPath (intrusive_ptr< Aspose::Cells::Systems::String > value) |
| Sets the library path which is referred to by some external formula references.
More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Drawing::Color * > > | GetUsedColors (intrusive_ptr< Aspose::Cells::IWorkbook > workbook) |
| Gets all used colors in the workbook. More...
|
|
static void | AddAddInFunction (intrusive_ptr< Aspose::Cells::Systems::String > function, Aspose::Cells::Systems::Int32 minCountOfParameters, Aspose::Cells::Systems::Int32 maxCountOfParameters, intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::ParameterType >> paramersType, Aspose::Cells::ParameterType functionValueType) |
| Add addin function. More...
|
|
static void | MergeFiles (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::String *>> files, intrusive_ptr< Aspose::Cells::Systems::String > cachedFile, intrusive_ptr< Aspose::Cells::Systems::String > destFile) |
| Merges some large xls files to a xls file. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | CreateSafeSheetName (intrusive_ptr< Aspose::Cells::Systems::String > nameProposal) |
| Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with ' ', then return the rebuilt string value. More...
|
|
static intrusive_ptr< Aspose::Cells::Systems::String > | CreateSafeSheetName (intrusive_ptr< Aspose::Cells::Systems::String > nameProposal, Aspose::Cells::Systems::Char replaceChar) |
| Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. Otherwise string will be truncated if length exceeds the limit and invalid characters will be replaced with given character, then return the rebuilt string value. More...
|
|
static bool | IsCloudPlatform () |
| Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, More...
|
|
static void | SetCloudPlatform (bool value) |
| Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, More...
|
|
Provides helper functions.