Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 82,273 for

workbook

(0.04 sec)
  1. 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/
  2. How to change background in comment in Excel wi...

    How to change color in comment and insert picture or image in comment in Excel using Aspose.Cells for Node.js via C++....is used to initialize the Workbook object in the code below....new workbook. const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-com...
  3. Encrypt and Decrypt Excel files with Node.js vi...

    How to encrypt and decrypt Excel files using Node.js via C++. Lock and unlock Excel files....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/nodejs-cpp/encrypt-and-de...
  4. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel Workbooks to HTML using Aspose.Cells for C++....save Excel workbooks to HTML. However, if the workbook contains...html" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  5. Create Pivot Charts in xlsx4j|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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  6. Working With Fonts|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....With Fonts C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-fonts/
  7. 使用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-...
  8. Extend and Contribute to CRM Update Import Tool...

    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....FileName ; Workbook workbook = new Workbook (); workbook . Worksheets...); Worksheet MyWorksheet = workbook . Worksheets [ "Aspose Export"...

    docs.aspose.com/cells/net/extend-and-contribute...
  9. Saving Files 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....calling the save method of Workbook object. Python Code fileFormatType...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/java/saving-files-in-python/
  10. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。...Create a new Workbook object Workbook workbook ; // Get the first...worksheet of the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...