Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 926 for

cellshelper

(0.2 sec)
  1. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......FileFormatType, CellsHelper print(CellsHelper.getVersion()) workbook...

    docs.aspose.com/cells/de/python-java/pyinstalle...
  2. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......FileFormatType, CellsHelper print(CellsHelper.getVersion()) workbook...

    docs.aspose.com/cells/ru/python-java/pyinstalle...
  3. 查找与外部数据连接相关的查询表和列表对象,通过JavaScript与C++|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++查找与外部数据连接相关的查询表和列表对象。..."text/javascript" > const { Workbook , CellsHelper , TableDataSourceType } =...worksheet . name + "!" + CellsHelper . cellIndexToName ( table...

    docs.aspose.com/cells/zh/javascript-cpp/find-qu...
  4. Get Text Width of Cell Value|Documentation

    Learn how to get the text width of a cell value through Aspose.Cells for JavaScript via C++ API....JavaScript via C++ provides the CellsHelper.textWidth(string, Font, number)...code illustrates how to use CellsHelper.textWidth(string, Font, number)...

    docs.aspose.com/cells/javascript-cpp/get-text-w...
  5. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......FileFormatType, CellsHelper print(CellsHelper.getVersion()) workbook...

    docs.aspose.com/cells/es/python-java/pyinstalle...
  6. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......FileFormatType, CellsHelper print(CellsHelper.getVersion()) workbook...

    docs.aspose.com/cells/tr/python-java/pyinstalle...
  7. 使用JavaScript via C++在导出Excel文件为HTML时实现从右到左扩展文本。...

    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....Workbook , SaveFormat , CellsHelper } = AsposeCells ; AsposeCells...( arrayBuffer )); // Get CellsHelper version (converted from getVersion())...

    docs.aspose.com/cells/zh/javascript-cpp/expandi...
  8. Specifying Sort Warning While Sorting Data|Docu...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for JavaScript via C++ API....Workbook , SaveFormat , CellsHelper , CellArea , SortOrder }...for column A. const idx = CellsHelper . columnNameToIndex ( "A"...

    docs.aspose.com/cells/javascript-cpp/specifying...
  9. 获取单元值的文本宽度|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取单元格值的文本宽度。...Cells for JavaScript通过C++提供 CellsHelper.textWidth(string, Font, number)...方法,允许开发者获取单元格值的文本宽度。以下示例代码演示如何使用 CellsHelper.textWidth(string, Font, number)...

    docs.aspose.com/cells/zh/javascript-cpp/get-tex...
  10. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for JavaScript via C++....significant digits using the CellsHelper.significantDigits property...explains the effect of the CellsHelper.significantDigits property...

    docs.aspose.com/cells/javascript-cpp/specifying...