Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 102,518 for

workbook

(0.08 sec)
  1. Advanced Protection Settings since Excel XP wit...

    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....File menu, select Protect Workbook followed by Protect Current...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/javascript-cpp/advanced-p...
  2. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  3. How to Manage Dates and Times with C++|Document...

    Learn how to manage dates and times through the Aspose.Cells for C++ API....date system is used in the workbook by default. The 1904 date...date system in the workbook, set the Workbook::GetSettings().SetDate1904(true)...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  4. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。... const workbook = new AsposeCells . Workbook (); // Gets...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  5. 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.... Python 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/zoom-factor-in-py...
  6. Use Custom XML Parts in Aspose.Cells with JavaS...

    Learn how to use custom XML parts in Aspose.Cells for JavaScript via C++. Integrate external XML data within Excel files seamlessly....> < h1 > Add Custom XML to Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/use-custom...
  7. 用C++删除Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++删除Excel中的范围。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/delete-ranges-from...
  8. Printing Workbooks|Documentation

    How to print worksheets and Workbooks using Java. This article provides the Java code to print worksheets and Workbooks using Aspose.Cells for Java API....Ask AI Printing Workbooks Contents [ Hide ] This document is...dialog box for printing a workbook with Excel. Figure: Print...

    docs.aspose.com/cells/java/printing-workbooks/
  9. Encrypt, decrypt, protect and unprotect Excel f...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect data in Excel files using Java code.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/java/protect-and-unprotect/
  10. Hello World in Jython|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/java/hello-world-in-jython/