Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 82,273 for

workbook

(0.07 sec)
  1. 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...
  2. Delete Ranges with Node.js via C++|Documentation

    Learn how to delete ranges in Excel and shift cells left or up 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/delete-ranges-...
  3. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using Node.js with Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/nodejs-cpp/add-digital-si...
  4. 用Node.js通过C++管理范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的范围。创建区域、设置值、样式并执行各种操作。...t Excel文件的类, WorkbookWorkbook 类包含一个 Workbook.getWorksheets()..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ra...
  5. 新增工作表并激活工作表|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.... Workbooks . Open ( myPath , Missing...//Add 5 new worksheets to the workbook and fill some data //into...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  6. 在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....//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "Test_Range...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  7. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  8. 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...
  9. Split Cells 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....in Worksheet C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/split-cells-in-worksh...
  10. Saving Files 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....calling the save method of Workbook object. PHP Code $fileFormatType...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/java/saving-files-in-php/