Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 40,547 for

workbook

(0.23 sec)
  1. Set Worksheet Zoom Factor|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/set-worksheet-zoom-fa...
  2. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...02_OutputDirectory \\ " ); // Create workbook object from source excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  3. 拆分工作表单元格|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....- 拆分工作表单元格 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...
  4. Insert Hyperlinks in Worksheet|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  5. 在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 ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  6. 通过 C++ 使用 Node.js 在工作表之间复制 Shapes|Documentation

    了解如何使用 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/zh/nodejs-cpp/copy-shapes...
  7. Split Panes in Python|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.... SaveFormat ; workbook = self . Workbook ( self . dataDir...xls" ) # Set the active cell workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/split-panes-in-python/
  8. Public API Changes in Aspose.Cells 8.8.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....//Create workbook from stream with Html load options Workbook workbook...workbook = new Workbook ( stream , loadOptions ); //Access first...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet pictureSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  10. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....APIs; it loads the existing workbook which contains a chart in...Loads the workbook which contains the chart const workbook = new...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...