Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 30,160 for

worksheet

(0.17 sec)
  1. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in yellow will become 120 worksheet . GetCells (). Get ( u "B1"...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  2. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。... 同样,您可以使用 Worksheet::Validations::GetValidationInCell...Access its first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  3. 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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...A2 worksheet . Cells [ "A1" ]. PutValue ( 10 ); worksheet . Cells...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。...你可以利用 Worksheet.isAutomaticPaperSize() 属性判断工作表的纸张大小是否为自动。...xlsx" )); // Access first worksheet of both workbooks const ws11...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  5. Unable to add text on top of the shapes - Free ...

    image.png (29.3 KB) I am unable to add text on top of the shpaes....rectangle or arrow) in an Excel worksheet using Aspose.Cells? Is the...shape already inserted in the worksheet, and you want to set text...

    forum.aspose.com/t/unable-to-add-text-on-top-of...
  6. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for Node.js via C++. Ensure bookmarks remain intact regardless of page changes....)); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell C5 let cell = worksheet . getCells (). get ( "C5"...

    docs.aspose.com/cells/nodejs-cpp/add-pdf-bookma...
  7. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  8. Using Built-in Styles|Documentation

    JavaScript code to use Excel built-in styles with Aspose.Cells for JavaScript via C++....first worksheet, its cells, and cell A1 const worksheet = workbook...workbook . worksheets . get ( 0 ); const cell = worksheet . cells...

    docs.aspose.com/cells/javascript-cpp/using-buil...
  9. Page Setup Features|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....Assistant Close Worksheet Views Find if the Worksheet is Dialog Sheet...

    docs.aspose.com/cells/net/page-setup-features/
  10. Calculate Formulas|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Worksheet class, which processes all...methods of the Workbook , Worksheet and Cell classes. The Formula...

    docs.aspose.com/cells/net/calculate-formulas/