Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 21,065 for

worksheet

(0.13 sec)
  1. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...请使用 Worksheet::CalculateFormula(System::String...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  2. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...); AutoFilter autoFilter = worksheet . GetAutoFilter (); autoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  3. 用C++访问单元格中的表格并利用行列偏移添加值|Documentation

    从单元格访问表格并用C++添加值。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...inside the table Cell cell = worksheet . GetCells (). Get ( u "D5"...

    docs.aspose.com/cells/zh/cpp/accessing-table-fr...
  4. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for Python via .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Workbook class contains the worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-formatting/
  5. Using Sparklines and Settings 3D Format with No...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for Node.js via C++....information, avoiding over-crowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/nodejs-cpp/using-sparklin...
  6. Managing Pictures|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....collection (encapsulated in the Worksheet object). The Add method takes...display the contents of a worksheet cell in an image shape. You...

    docs.aspose.com/cells/net/managing-pictures/
  7. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....create a timeline using the Worksheet.Timelines.Add() method. Create...// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-timeline/
  8. Convert Excel to High-Resolution Image with C++...

    Generate high-resolution images from Excel files using Aspose.Cells with C++....image type // Get the worksheet Worksheet sheet = workbook . GetWorksheets...Generate Thumbnail of the Worksheet with C++...

    docs.aspose.com/cells/cpp/convert-excel-to-high...
  9. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....particular cell in the target worksheet. Steps to Add Comments in...Get access to the target worksheet in the loaded workbook Get...

    kb.aspose.com/cells/python/how-to-add-comments-...
  10. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。...Workbook (); // Gets the first worksheet. const sheet = workbook ....// Protect contents of the worksheet. sheet . protect ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...