Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 19,648 for

worksheet

(0.11 sec)
  1. Export Print Area Range to HTML with C++|Docume...

    Learn how to export the print area range to HTML using Aspose.Cells for C++....page setup object of the worksheet. Later, use the HtmlSaveOptions...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/export-print-area-ran...
  2. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  3. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C++ code by using the Aspose.Cells for C++ API....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Set cell value Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/specify-custom-number...
  4. Aspose.Cells 8.7.1 中的公共 API 更改|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 first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 in cell A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Cells也允许使用 Worksheet.Slicers.Add() 方法创建切片器。 为数据透视表创建切片器...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  6. AutoFill Range of Excel File with C++|Documenta...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells with C++....xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/cpp/autofill-ranges/
  7. Insert a chart|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....Given a document name, a worksheet name, a chart title, and a...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/net/insert-a-chart/
  8. Import Data to Worksheets using Aspose.Cells|Do...

    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....Import Data to Worksheets using Aspose.Cells Contents [ Hide...Aspose.Cells - Import Data to Worksheets Import Data from Arrays Java...

    docs.aspose.com/cells/java/import-data-to-works...
  9. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....TextBox objects within an Excel worksheet. This can be useful for adding...// Access the first worksheet let worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  10. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...