Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 235,442 for

aspose.cells

(0.39 sec)
  1. 使用C++通过JavaScript实现非连续范围|Documentation

    学习如何通过C++使用Aspose.cells for JavaScript创建命名的非连续范围。有效利用非连续单元格范围。...Aspose.Cells for JavaScript通过C++支持创建具有非相邻单元格的命名范围。...命名范围。 下面的代码示例展示了如何使用C++的Aspose.Cells for JavaScript创建非连续命名范围。...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  2. 在Python.NET中指定要存储的有效数字|Documentation

    了解如何使用Aspose.cells for Python via .NET API控制存储在Excel文件中的有效数字。...Contents [ Hide ] 可能的使用场景 默认情况下,Aspose.Cells在Excel文件中存储双精度值时保留17位有效数字,不同于Microsoft...指定要在Excel文件中存储的有效数字 以下示例代码强制Aspose.Cells在存储双精度值时使用15位有效数字。请查看 输出Excel文件...

    docs.aspose.com/cells/zh/python-net/specifying-...
  3. 在Ruby中将Excel转换为PDF文件|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....Hide ] Aspose.Cells - 将Excel转换为PDF文件 使用Ruby中的Aspose.Cells for ...save_format = Rjb :: import ( 'com.aspose.cells.SaveFormat' ) # Save the...

    docs.aspose.com/cells/zh/java/converting-excel-...
  4. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row, column, or cell. Convert the name of the cell to row and column index (zero‑based) using Aspose.cells for JavaScript via C++.... Aspose.Cells for JavaScript via C++ offers...the row, column, and cell. Aspose.Cells for JavaScript via C++ provides...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  5. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....implement custom functions with Aspose.Cells APIs. The ICustomFunction...functions to extend the Aspose.Cells core calculation engine...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  6. Excel 主题和颜色|Documentation

    学习如何使用Aspose.cells for JavaScript via C++的自定义配色方案。... 如何在Aspose.Cells中创建和应用颜色方案 Aspose.Cells提供了自定义主题和颜色的功能。...Cells提供了自定义主题和颜色的功能。 如何在Aspose.Cells中创建自定义颜色主题 如果文件中使用了主题色,我们无需逐个修改每个单元格,只需修改主题中的颜色即可。...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  7. Copy and Move Worksheets Within and Between Wor...

    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.... Aspose.Cells supports copying or moving...article explains how to use Aspose.Cells to: Copy a worksheet within...

    docs.aspose.com/cells/java/copy-and-move-worksh...
  8. Worksheet Views|Documentation

    This article will describe how to use Aspose.cells for Python via .NET API to interact with the page‑break preview of an Excel workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well.... Using Aspose.Cells for Python via .NET, developers... Controlling View Modes Aspose.Cells for Python via .NET provides...

    docs.aspose.com/cells/python-net/worksheet-views/
  9. 在Ruby中加密Excel文件|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....Hide ] Aspose.Cells - 加密Excel文件 要在Ruby中使用Aspose.Cells for Ja...workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) . new ( data_dir...

    docs.aspose.com/cells/zh/java/encrypting-excel-...
  10. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.cells with C++.... Aspose.Cells allows you to encrypt and...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/