Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 246,559 for

cells

(1.81 sec)
  1. 使用C++导出评论并保存Excel文件为HTML|Documentation

    了解如何使用Aspose.Cells结合C++导出保存Excel文件到HTML时的评论。...Cells通过 HtmlSaveOptions.IsExportComments...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-comments-wh...
  2. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...Cells提供 Shape.ThreeDFormat 属性和 ThreeDFormat...类包含多种属性,可根据应用需求设置不同效果。 使用 Aspose.Cells 处理形状或图表的三维格式 以下示例代码加载 源Excel文件...

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  3. Convert Text Numeric Data to Number|Documentation

    Learn how to convert numbers stored as text in Excel to numbers by using the Aspose.Cells for Node.js via C++ API....Cells for Node.js via C++ allows you... Select any single cell or range of cells that has an error indicator...

    docs.aspose.com/cells/nodejs-cpp/convert-text-n...
  4. Convert Text Numeric Data to Number with Golang...

    Learn how to convert numbers stored as text in Excel to numbers by using the Aspose.Cells for C++ API....Cells allows you to convert strings... Select any single cell or range of cells that has an error indicator...

    docs.aspose.com/cells/go-cpp/convert-text-numer...
  5. Data Sorting with Golang via C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....Cells lets developers sort worksheet...Sorting Data with Aspose.Cells Aspose.Cells provides the DataSorter...

    docs.aspose.com/cells/go-cpp/sort-data-of-excel/
  6. Convert Text Numeric Data to Number|Documentation

    Learn how to convert numbers stored as text to numbers by using the Aspose.Cells for Java API....Cells allows you to convert strings... Select any single cell or range of cells that has an error indicator...

    docs.aspose.com/cells/java/convert-text-numeric...
  7. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.Cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...Cells Product Family cells-java cwedwards92...always get the error: com.aspose.cells.CellsException: Invalid shift...

    forum.aspose.com/t/cellsexception-invalid-shift...
  8. 在xlsx4j中跟踪先例和后继者|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....Cells - 跟踪先例和后继者 复杂的财务工作表,尤其是合作开发...您可能需要提取其他单元格的依赖单元格。 Aspose.Cells 允许您跟踪单元格并找出哪些是相互关联的。 跟踪先例 Java...

    docs.aspose.com/cells/zh/java/tracing-precedent...
  9. Copying Rows and Columns in Ruby|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....Cells - Copying Rows and Columns Copying...Aspose.Cells provides the copyRow method of the Cells class....

    docs.aspose.com/cells/java/copying-rows-and-col...
  10. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...Cells。”,然后此值将由计算引擎自动与单元格A1的值“欢迎来到”拼接,最终返回“欢迎来到Aspose...”拼接,最终返回“欢迎来到Aspose.Cells。”。如代码所示,我们没有在工作表中写入任何自定义函数,而是通过我们自己的自定义逻辑直接计算。...

    docs.aspose.com/cells/zh/cpp/direct-calculation...