Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 19,914 for

worksheet

(0.27 sec)
  1. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells library....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/net/how-to-lock-cells-to-...
  2. 在Python中管理分页符|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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  3. 使用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/
  4. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/net/create-pivot-table/
  5. Product Overview - Aspose.Cells for Android via...

    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....properties of Excel files Worksheet Features Display Options Hide...Hide or show a worksheet Show or hide tabs, scroll bars, gridlines...

    docs.aspose.com/cells/java/product-overview-asp...
  6. 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...
  7. Manage Shape Text Options with Node.js via C++|...

    Learn how to manage text options for shapes using Aspose.Cells for Node.js via C++....Text with Shape inside the Worksheet using Node.js via C++ Set...Comment or Shape inside the Worksheet with Node.js via C++ Specify...

    docs.aspose.com/cells/nodejs-cpp/managing-shape...
  8. Evaluate Aspose.Cells|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....it always injects an extra worksheet with evaluation watermark...extra evaluation watermark worksheet to the workbook. Figure: Evaluation...

    docs.aspose.com/cells/jasperreports/evaluate-as...
  9. Set Hide Option for Excel Row, Column and Sheet...

    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....include: SheetName represents a worksheet which specifies a hide object...object type. It includes worksheet, row and column. Row/Column...

    docs.aspose.com/cells/reportingservices/set-hid...
  10. How to create Sunburst chart with C++|Documenta...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/