Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 30,160 for

worksheet

(0.13 sec)
  1. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  2. 使用C++通过JavaScript旋转工作表中的文本与形状|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++旋转Excel工作表中的文本与形状。...first worksheet. const worksheet = workbook . worksheets . get...inside it. const cellB4 = worksheet . cells . get ( "B4" ); cellB4...

    docs.aspose.com/cells/zh/javascript-cpp/rotate-...
  3. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for JavaScript via C++....first pivot table of the worksheet and then gets the cell by...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/get-the-ce...
  4. Set Range Border with Golang via C++|Documentation

    Learn how to set range borders using Aspose.Cells with Golang via C++....data to cells in the first worksheet. Create a Range . Set the...Move Range of Cells in a Worksheet with Golang via C++ Copy Range...

    docs.aspose.com/cells/go-cpp/set-range-border/
  5. Implement Custom Calculation Engine to Extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with Golang via C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....function without writing it in a worksheet Calculation of Array Formula...Function without Writing it in a Worksheet with Golang via C++...

    docs.aspose.com/cells/go-cpp/implement-custom-c...
  6. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....calculated field is added to the worksheet. Set the original data and...reference to the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  7. Set External Links in Formulas in Aspose.Cells|...

    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....first worksheet Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/net/set-external-links-in...
  8. Converting To XPS in Jython|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....xls" ) # Get the first worksheet . sheet = workbook . getWorksheets...Files in Jython Converting Worksheet To SVG in Jython Analyzing...

    docs.aspose.com/cells/java/converting-to-xps-in...
  9. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Access the first worksheet const worksheet = workbook . getWorksheets...volume (VHLC) const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  10. Public API Changes in Aspose.Cells 8.9.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....Workbook (); // Access first worksheet from collection var sheet...sheet = book . Worksheets [ 0 ]; // Add a Shape of type TextBox to...

    docs.aspose.com/cells/net/public-api-changes-in...