Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 82,070 for

workbook

(0.05 sec)
  1. Working with the ThreeDFormat of Shape or Chart...

    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....property and then saves the workbook in the output excel file ...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  2. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for C++....instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/cpp/verify-password-used-...
  3. Change Text Direction of the Comment with Node....

    Learn how to change the text direction of comments using Aspose.Cells for Node.js via C++. Customize comment alignment settings effectively....Instantiate a new Workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/change-text-di...
  4. View XLSX File Online and Read XLSX Document us...

    Free online XLSX file viewer app. Python API code to read XLSX file for viewer application....Cells ) Create Workbook class object and load source...View XLSB Files (Excel Binary Workbook) View XLSM Files (Macro-enabled...

    products.aspose.com/total/python-java/viewer/xlsx/
  5. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....// Open an Excel file Workbook workbook ( inputFilePath ); //...document with encrypted settings workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  6. How to Convert XML to CSV using C#

    This brief article covers how to convert XML to CSV using C#. It explains the environment setup, stepwise program flow, and a runnable sample code to convert XML to CSV using C#....XML files to CSV Create a Workbook class object to load the source...XML file is loaded with a Workbook class instance and then the...

    kb.aspose.com/cells/net/how-to-convert-xml-to-c...
  7. Add Borders in Excel using Python

    Add borders in Excel using Python. Get IDE settings, a list of steps and a sample code showing how to put borders in Excel using Python....for adding borders Create a workbook and add some sample text in...existing workbook with some data or creating a new workbook and adding...

    kb.aspose.com/cells/python/add-borders-in-excel...
  8. Modify Excel VBA Library using C#

    Modify Excel VBA Library using C# by adding a module and code. Get the IDE settings, a list of steps, and a sample code to work with Excel macro library using C#....adding modules and code in the workbook. Steps to Modify Excel VBA...add module and code Create a workbook , access a sheet, and add...

    kb.aspose.com/cells/net/modify-excel-vba-librar...
  9. Remove XLSX Annotation Online or Manage Annotat...

    delete comments from XLSX file through online app for free. Java API code to manage comments of XLSX files....project Load Document via Workbook class object Select the specific...project Load Document via Workbook class object Get the sepecific...

    products.aspose.com/total/java/annotate/xlsx/
  10. How to Rotate a Cell in Excel using Node.js

    This article guides on how to rotate a cell in Excel using Node.js. It shares the IDE settings, a list of steps, and a runnable sample code for rotating cells in Excel using Node.js....to rotate a cell Create a workbook , access a worksheet, and...cell before saving the output workbook These steps define the process...

    kb.aspose.com/cells/nodejs/how-to-rotate-a-cell...