Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 21,318 for

worksheet

(0.08 sec)
  1. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/get-external-connecti...
  2. Create Pivot Table|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....pivot table objects on the worksheet. Creating a Simple Pivot Table...steps below: Add some data to worksheet cells by using the Cell object’s...

    docs.aspose.com/cells/java/create-pivot-table/
  3. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...isProtectedWithPassw() 属性,如果 Worksheet 被密码保护,则返回 true ,否则返回 false...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  4. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the workbook I will provide. The formula in this cel…...the defined limits of the worksheet. This can happen with formulas...within the bounds of the worksheet. For example, if your formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  5. Lock or unlock shapes|Documentation

    This article shows you code explaining how to Lock or unlock shapes to protect them using Aspose.Cells library....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Locking shapes in a spreadsheet...

    docs.aspose.com/cells/net/lock-or-unlock-shapes/
  6. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  7. Public API Changes in Aspose.Cells 8.6.1|Docume...

    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....now accept an instance of Worksheet to remove all the VBA modules...associated with the specified Worksheet. Following is the simple usage...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/create-high-low-close...
  9. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。... 同样,您可以使用 Worksheet::Validations::GetValidationInCell...Access its first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  10. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel Worksheet rows and columns using the Aspose.Cells for Python via .NET API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Column and Scroll Bars of a worksheet. Show and Hide Rows and Columns...Workbook class contains a worksheets collection that allows developers...

    docs.aspose.com/cells/python-net/show-and-hide-...