Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 623 for

cellshelper

(0.07 sec)
  1. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...为了避免此问题,可以使用更高效的 CellsHelper.MergeFiles 静态方法来合并多个文件。 使用Aspose...使用Aspose.Cells合并文件 以下示例代码演示如何使用 CellsHelper.MergeFiles 方法合并大文件。它处理两个简单但较大的文件...

    docs.aspose.com/cells/zh/cpp/merge-files/
  2. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...only 15 significant digits CellsHelper :: SetSignificantDigits (...digits as specified by // CellsHelper.SignificantDigits above will...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  3. 用C++在排序数据时指定排序警告|Documentation

    学习如何使用Aspose.Cells for C++ API在排序数据时指定排序警告。...index of column A int idx = CellsHelper :: ColumnNameToIndex ( u...

    docs.aspose.com/cells/zh/cpp/specifying-sort-wa...
  4. Aspose.Cells 17.1.0 中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....CONDITIONAL_FORMATTING ); } } } 添加了 CellsHelper.SignificantDigits 属性。 Aspose...Aspose.Cells 17.1.0 从 CellsHelper 类公开了 SignificantDigits 属性,允许...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Aspose.Cells 17.1.0 中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... None ; } } } 添加了 CellsHelper.SignificantDigits 属性。 Aspose...Aspose.Cells 17.1.0 从 CellsHelper 类公开了 SignificantDigits 属性,允许...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Provide exported worksheet HTML file path via I...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... CellsHelper . getVersion ()); console.... debug ( AsposeCells . CellsHelper . getVersion ()); process...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  7. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in Node.js by implementing a custom calculation engine using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file.... CellsHelper . getDoubleFromDateTim (...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  8. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... CellsHelper . getVersion ()); console.... debug ( AsposeCells . CellsHelper . getVersion ()); process...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  9. How to Add Icon Sets Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Icon Sets conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....start_row , start_col = CellsHelper . cell_name_to_index ( str_cell_range...else : end_row , end_col = CellsHelper . cell_name_to_index ( str_cell_range...

    docs.aspose.com/cells/python-net/how-to-add-ico...
  10. Get a column heading|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....string ColumnHeadingName = CellsHelper . CellIndexToName ( 0 , Cell...

    docs.aspose.com/cells/net/get-a-column-heading/