Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 21,309 for

worksheet

(0.16 sec)
  1. Public API Changes in Aspose.Cells 8.5.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....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Columns Containing Non-Strongly Typed Data|Docu...

    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....values in the columns of a worksheet are not strongly typed (that...types) then we can export the worksheet content by calling the ExportDataTableAsStr...

    docs.aspose.com/cells/net/columns-containing-no...
  3. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  4. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel Worksheets programmatically using Aspose.Cells for Python via .NET API....or Remove Scenarios from Worksheets with Python via .NET Contents...creating a scenario, design the worksheet so it contains at least one...

    docs.aspose.com/cells/python-net/create-manipul...
  5. 通过C++使用Node.js复制Excel范围|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....Get all the worksheets in the book. let worksheets = workbook...first worksheet in the worksheets collection. let worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-ranges...
  6. Hiding and Showing Rows and Columns|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....certain rows or columns of the worksheet and then display them later...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Managing Page Breaks 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" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  8. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...方法(封装在 PictureCollection 对象中)的 Worksheet 方法。 Add 方法接受以下参数: 左上角行索引 ,左上角行的索引。...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  9. 通过Node.js和C++获取图表所在的工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检索与Excel图表相关联的工作表。高效访问和操作图表的底层数据。...Access first worksheet of the workbook const worksheet = workbook...getWorksheets (). get ( 0 ); // Print worksheet name console . log ( "Sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  10. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/calculating-ifna-func...