Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 82,045 for

workbook

(0.08 sec)
  1. Creating a Named Range in VSTO and Aspose.Cells...

    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....) Add a Workbook. Get the first sheet. Create...//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...

    docs.aspose.com/cells/net/creating-a-named-rang...
  2. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file.... Please use Workbook.calculateFormula() as normal...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  3. Modify existing SQL Data Connection using Aspos...

    Learn how to modify existing SQL Data Connection properties using Aspose.Cells for Node.js via C++....the Data Connections using Workbook.dataConnections collection...SQL Data Connection of the workbook. You can download the source...

    docs.aspose.com/cells/nodejs-cpp/modify-existin...
  4. Public API Changes in Aspose.Cells 8.4.2|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....module to the instance of Workbook. The VbaModuleCollection.Add...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....shows how to: Create a new workbook. Add a TextBox shape. Modify...Create a new workbook let workbook = new Cells . Workbook (); // Access...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  6. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...Steps Explanation Create a new Workbook instance Access worksheet...error-handled cells Save modified workbook with calculation results import...

    docs.aspose.com/cells/python-net/calculating-if...
  7. Encrypt And Decrypt ODS files with Node.js via ...

    Password-protect and encrypt ODS files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...Password protect the file workbook . getSettings (). setPassword...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  8. Aspose.Cells 8.4.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 workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...); // Create a new workbook Workbook workbook ; // Specify custom...custom separators workbook . GetSettings (). SetNumberDecimalSepa...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  10. Importing from ArrayList|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...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/net/importing-from-arrayl...