Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 20,598 for

worksheet

(0.12 sec)
  1. Working With Fonts|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Adding some value to cell Cell cell...

    docs.aspose.com/cells/net/working-with-fonts/
  2. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....filename , options ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); std :: cout << worksheet . GetName (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  3. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++.... If you convert your worksheet into an image or you save...); // Access second worksheet. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/rendering-timeline/
  4. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...或者,用户也可以调用 Worksheet 类的 CalculateFormula 方法,处理...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  5. 通过C++使用Node.js管理评论和笔记|Documentation

    用Aspose.Cells for Node.js via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/nodejs-cpp/comments-an...
  6. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for C++ API....apply the auto filter on worksheet cells, then some of the rows...workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-all-hidden-rows-i...
  7. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  8. Data|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 ] Accessing Cells of a Worksheet Add and Retrieve Data Add...Conditional Formatting in Worksheet Cells Formatting Create Named...

    docs.aspose.com/cells/cpp/data/
  9. How to check Frozen State without Excel.|Docume...

    In this article, you will learn how check frozen state of excel Worksheet programmatically using C# Library with .NET API....check frozen state of excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or splitted in MS...

    docs.aspose.com/cells/net/how-to-check-frozen-s...
  10. How to Check Frozen State without Excel.|Docume...

    In this article, you will learn how check frozen state of excel Worksheet programmatically using Aspose.Cells for Python via .NET APIs....check frozen state of excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or splitted in MS...

    docs.aspose.com/cells/python-net/how-to-check-f...