Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 102,520 for

workbook

(0.08 sec)
  1. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the C# API or .NET Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook, including worksheets and...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/net/show-and-hide-workshe...
  2. 通过 C++ 在 Node.js 中释放工作簿的非托管资源|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 释放 Workbook 对象的非托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/nodejs-cpp/release-unm...
  3. 通过Node.js通过C++保存文件的不同方法|Documentation

    Aspose.Cells for Node.js via C++可以将文件保存为不同的格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...Cells提供了 Workbook ,代表Microsoft Excel文件,具有操作Excel文件所需的属性和方法。...Excel文件,具有操作Excel文件所需的属性和方法。 Workbook 类提供用于保存Excel文件的 Workbook.save(string, SaveFormat)...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  4. Aspose.Cells 8.7.0中的公共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....); //Create an instance of Workbook //Optionally load an existing...existing spreadsheet Workbook book = new Workbook ( inFilePath );...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Convert Excel to PDF with C++|Documentation

    Learn how to convert Excel Workbooks to PDF format using Aspose.Cells with C++....supports the conversion of Excel workbooks into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/cpp/convert-excel-to-pdf/
  6. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using C++....sample Excel file and calls the Workbook.CalculateFormula() method...\\ " ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/cpp/calculation-of-excel-...
  7. 如何用 JavaScript 通过 C++ 改变评论的字体颜色|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...."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...'fileInput' ); // Instantiate a new Workbook (if a file is provided, open...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using JavaScript via C++. Load an existing Excel file or create a new one, calculate the custom function, and save the modified file...."text/javascript" > const { Workbook , SaveFormat , AbstractCalculationE...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/direct-cal...
  9. 页面设置 自适应页面设置|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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  10. Managing Document Properties in PHP|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....//Instantiate a Workbook object by **Excel** file path $workbook = new...new Workbook ( $dataDir . "Book1.xls" ); //Retrieve a list of all...

    docs.aspose.com/cells/java/managing-document-pr...