Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 630 for

cellshelper

(0.06 sec)
  1. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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 ); } } } Added CellsHelper.SignificantDigits Property...SignificantDigits property from the CellsHelper class which allows to get...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Upgrade to Modern Aspose.Cells Component|Docume...

    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....ExcelHelper class is replaced by CellsHelper class. For further reference...

    docs.aspose.com/cells/java/upgrade-to-modern-as...
  3. Upgrade to Modern Aspose.Cells Component|Docume...

    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....ExcelHelper class is replaced by CellsHelper class. For further reference...

    docs.aspose.com/cells/net/upgrade-to-modern-asp...
  4. 在将Excel转换为PDF时渲染Office加载项 with C++|Documentation

    了解如何在将Excel文件转换为PDF时渲染Office加载项,使用Aspose.Cells for C++。...outputFilePath = u "output-" + CellsHelper :: GetVersion () + u ".pdf"...

    docs.aspose.com/cells/zh/cpp/render-office-add-...
  5. Specifying Sort Warning While Sorting Data with...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for C++ API....index of column A int idx = CellsHelper :: ColumnNameToIndex ( u...

    docs.aspose.com/cells/cpp/specifying-sort-warni...
  6. 使用 Node.js 通过 C++ 指定要在 Excel 文件中存储的有效数字|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 指定要在Excel文件中存储的有效数字。...你可以使用 CellsHelper.getSignificantDigits() 属性将Aspose...zip,解压后即可看到文件中只存储了15个有效数字。下图说明了 CellsHelper.getSignificantDigits() 属性对输出Excel文件的影响。...

    docs.aspose.com/cells/zh/nodejs-cpp/specifying-...
  7. Tracing Precedents and Dependents in Aspose.Cel...

    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.... Append ( CellsHelper . CellIndexToName ( area...stringBuilder . Append ( CellsHelper . CellIndexToName ( area...

    docs.aspose.com/cells/net/tracing-precedents-an...
  8. 用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...
  9. Merge Files with Node.js via C++|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....To avoid this, use the **CellsHelper.mergeFiles(string[], string...large files using the **CellsHelper.mergeFiles(string[], string...

    docs.aspose.com/cells/nodejs-cpp/merge-files/
  10. 使用 C++ 合并文件|Documentation

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

    docs.aspose.com/cells/zh/cpp/merge-files/