Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 30,196 for

worksheet

(0.09 sec)
  1. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet. const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/extract-te...
  2. 用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...
  3. 在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...
  4. Save as ODF 1.1, 1.2 and 1.3 with JavaScript vi...

    Convert Excel to ODF 1.1, 1.2 and 1.3 specifications with Aspose.Cells for JavaScript via C++....value to cell A1 on the first worksheet, and then saves the ODS file...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/save-ods-f...
  5. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....data to cells in the first worksheet. Create a Range . Set the...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-range-border/
  6. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet Worksheet) { …...column, Worksheet worksheet) { var startCellName = worksheet.Cells[cellArea...StartColumn].Name; var validations = worksheet.Validations; var validation...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  7. How to Apply Filter in Excel using Java

    This tutorial explains how to apply filter in Excel using Java on a range of cells. These steps help you filter Excel data using Java in any of the operating systems like macOS, Linux and Windows....can set auto-filter in the worksheet on all the data columns in...the reference to Workbook , Worksheet , and Cells classes by using...

    kb.aspose.com/cells/java/how-to-apply-filter-in...
  8. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++....thousands) of pages in your worksheet but you want to render only...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  9. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for Node.js via C++.... Access the Worksheet Once the workbook is loaded...loaded, you need to access the worksheet where you want to rotate the...

    docs.aspose.com/cells/nodejs-cpp/how-to-rotate-...
  10. How to create Treemap chart with JavaScript via...

    Learn how to create a Treemap chart in Aspose.Cells for JavaScript via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....first worksheet const worksheet = workbook . worksheets . get...width 12 const treemapIdx = worksheet . charts . add ( ChartType...

    docs.aspose.com/cells/javascript-cpp/creating-t...