Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 21,318 for

worksheet

(0.1 sec)
  1. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Cells也支持使用 Worksheet.Timelines.Add() 方法创建时间线。 创建时间轴到透视表...// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-timeline/
  2. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...Access first worksheet worksheet = workbook . worksheets [ 0 ] # When...as Yellow will become 120 worksheet . cells . get ( "B1" ) . put_value...

    docs.aspose.com/cells/zh/python-net/calculation...
  3. AutoFit Rows for Merged Cells|Documentation

    This article shows how to AutoFit Rows for Merged Cells through the Aspose.Cells for Python via .NET API....possible to auto-fit rows in a worksheet including merged cells. Here...workbook object and add multiple worksheets. Use different methods for...

    docs.aspose.com/cells/python-net/autofit-rows-f...
  4. Set DefaultFont property of PdfSaveOptions and ...

    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....The A1 cell (in the first worksheet) has a text set to “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/python-net/set-defaultfon...
  5. Using Anonymous Types or Custom Objects in Aspo...

    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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/net/using-anonymous-types...
  6. Load Workbook with specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....some data inside the first worksheet const workbook = new AsposeCells...AsposeCells . Workbook (); const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...
  7. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Workbook ( ms ); // Access first worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  8. Accessing Table from Cell and Adding Values ins...

    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 const worksheet = workbook . getWorksheets...inside the table const cell = worksheet . getCells (). get ( "D5"...

    docs.aspose.com/cells/nodejs-cpp/accessing-tabl...
  9. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....Access the Worksheet that contains the Chart Worksheet sheet = book...through each Chart in the Worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/cpp/resize-chart-s-data-l...
  10. Customize Row and Column Headers|Documentation

    This article introduces how to customzie row header and column header in GridWeb.... Access the worksheet in the GridWorksheetCollect...to a Web Form. Access the worksheet in the GridWorksheetCollect...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...