Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 25,766 for

worksheet

(0.09 sec)
  1. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  2. 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...
  3. Save Specified Worksheets to PDF|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....Ask AI Save Specified Worksheets to PDF Contents [ Hide ] By...Aspose.Cells saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/net/save-specified-worksh...
  4. Public API Changes in Aspose.Cells 8.9.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....IFilePathProvider for exporting worksheets to separate HTML files. These...one worksheet points to a location in another worksheet, where...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings....Workbook class contains a worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-font-set...
  6. How to Convert Excel to DataTable in C#

    In this brief tutorial you will learn how to convert Excel to datatable in C#. This conversion can be exercised in .NET environment for Windows, Linux and macOS....the contents of the filled worksheet to datatable For verification...the reference to its first worksheet. For better understanding...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  7. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...还提供 Worksheet.GetScenarios() 属性。下面的示例代码...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...
  8. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for JavaScript via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on the range inside the worksheet but also works well for the...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/set-the-va...
  9. Remove Pivot Connection with JavaScript via C++...

    Learn how to remove a pivot connection using Aspose.Cells for JavaScript via C++....first worksheet. const worksheet = workbook . worksheets . get...collection. const pivotTable = worksheet . pivotTables . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/remove-piv...
  10. Rendering Slicer with JavaScript via C++|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.... If you convert your worksheet into an image or save your...existing slicer. It converts the worksheet into an image by setting the...

    docs.aspose.com/cells/javascript-cpp/rendering-...