Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 38,381 for

workbook

(0.09 sec)
  1. 在 VSTO 和 Aspose.Cells 中创建饼图|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/create-a-pie-chart...
  2. Using WorkbookMetadata with Python.NET|Document...

    Learn how to manage Workbook metadata efficiently using Aspose.Cells for Python via .NET API....a light-weight version of workbook into memory to edit its metadata...WorkbookMetadata class to load the workbook. The following sample code...

    docs.aspose.com/cells/python-net/using-workbook...
  3. Calculate Formulas with Node.js via C++|Documen...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using Node.js via 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 formula and get the result. Finally, we save the modified Excel file to disk....calculateFormula() method of the Workbook class which processes all...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculate-form...
  4. Show and Hide Worksheets and Tabs with C++|Docu...

    This article provides sample code for using the C++ API or 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 tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/cpp/show-and-hide-workshe...
  5. Delete Worksheets from Workbooks|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....Delete Worksheets from Workbooks Contents [ Hide ] You can delete...delete any worksheet in a workbook. To delete a worksheet, use...

    docs.aspose.com/cells/net/delete-worksheets-fro...
  6. 在Ruby中管理工作表|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 = Rjb :: import (...( 'com.aspose.cells.Workbook' ) . new # Adding a new worksheet...

    docs.aspose.com/cells/zh/java/managing-workshee...
  7. Use Formulas Functions to Process Data in VSTO ...

    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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/net/use-formulas-function...
  8. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing excel through the Aspose.Cells for C++ API.... Open your workbook which you don’t allow others...this code, go back to the workbook, and now when you print the...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  9. Copy Shapes between Worksheets with Node.js via...

    Learn how to copy shapes like pictures and charts between worksheets using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/copy-shapes-be...
  10. 在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.... cells import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/copying-rows-and-...