Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 30,160 for

worksheet

(0.09 sec)
  1. Create waterfall chart with legend customizatio...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Cells Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 M…...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/create-waterfall-chart-with-...
  2. How to Insert Image in Excel using Python

    This quick tutorial directs you on how to insert image in Excel using Python. It shares the IDE configuration, a list of programming steps, and a runnable sample code to add picture to Excel using Python....adding an image Access a worksheet where an image is to be added...pictures from the selected worksheet Call the add() method in the...

    kb.aspose.com/cells/python/how-to-insert-image-...
  3. Dealing with Font Settings|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....access to each worksheet in an Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a Cells...

    docs.aspose.com/cells/java/dealing-with-font-se...
  4. 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...
  5. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....in the same (or different) worksheet. The following example creates...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  6. 用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...
  7. 在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...
  8. 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...
  9. 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/
  10. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。...类包含一个 worksheets 集合,可以访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...title > Aspose.Cells Protect Worksheet Example </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/protect...