Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 30,206 for

worksheet

(0.23 sec)
  1. Importing from ArrayList|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....from an ArrayList to their worksheets by calling the ImportArrayList...Workbook (); //Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/net/importing-from-arrayl...
  2. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel Worksheet rows and columns using JavaScript via C++. Control the visibility of scroll bars and hide multiple rows and columns efficiently....columns, 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/javascript-cpp/show-and-h...
  3. 用C++加载特定工作表的工作簿|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载特定工作表以提升性能和减少内存使用。...behavior void StartSheet ( Worksheet & sheet ) override { // Custom...logic for loading specific worksheet } }; int main () { Aspose...

    docs.aspose.com/cells/zh/cpp/load-specific-work...
  4. 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...
  5. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using the C# API or .NET Library....into any selected cell of a worksheet. When the page break is added... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/net/managing-page-breaks/
  6. 使用C++结合ImageOrPrint选项从工作表中提取图像|Documentation

    学习如何使用Aspose.Cells for C++从Excel工作表中提取图片并保存到本地驱动器。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the first worksheet Picture pic = worksheet . GetPictures...

    docs.aspose.com/cells/zh/cpp/extract-images-fro...
  7. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++....create a slicer using the Worksheet.Slicers.Add() method. Create...// Access the first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-slicer/
  8. Public API Changes in Aspose.Cells 8.5.2|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.... Added APIs Render Worksheet to Graphic Context This release...Graphics2D class to render the Worksheet in a Graphics context . The...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Public API Changes in Aspose.Cells 8.8.0|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....// Access first worksheet Worksheet worksheet = workbook . getWorksheets...Auto-fit the sheet columns worksheet . autoFitColumns (); // Save...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Add 10 in cell A1 and A2 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/search-data-using-...