Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 82,029 for

workbook

(0.06 sec)
  1. Update XLSM File using .NET | products.aspose.com

    Modify XLSM documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xlsm/
  2. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。...Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...
  3. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....++; print "ok $ok\n" ; my $ workbook = $ java -> create_object...aspose.cells.Workbook" ); $ ok ++; print "workbook $ok\n" ; #$...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  4. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  5. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of row, column, or cells. Convert the name of the cell to row and column index zero-based using Aspose.Cells with C++....example shows how to: Create a workbook and add some data. Find the...Instantiating a Workbook object Workbook workbook ; // Obtaining...

    docs.aspose.com/cells/cpp/get-cells-index/
  6. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  7. 使用Node.js在C++中使用ImageOrPrint选项将工作表转换为图片|Documen...

    学习如何使用Aspose.Cells for Node.js via C++将工作表转换为图片文件,并应用各种图像和打印选项。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/converting-...
  8. Convert Excel to Python Data|Documentation

    Convert Excel to List by using Aspose.Cells for Python via .NET API....NET API, you can convert Workbook, Worksheet, Range, Row, Column...list. How to Convert Excel Workbook to Dictionary Here’s an example...

    docs.aspose.com/cells/python-net/convert-excel-...
  9. Managing Page Breaks|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....class Workbook that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/cpp/managing-page-breaks/
  10. Opening Files with Different Formats|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....creating the instance of the Workbook class. The following sample...parameter while instantiating the Workbook class. The following sample...

    docs.aspose.com/cells/java/opening-files-with-d...