Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 57,778 for

workbook

(0.19 sec)
  1. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。...# Load sample workbook workbook = ac . Workbook ( "sample.xlsx"...xlsx" ) worksheet = workbook . worksheets [ 0 ] # Unlock all cells...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  2. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells for Java APIs....Cells supports converting a Workbook to Json(JavaScript Object...file. How to Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/java/convert-excel-to-json/
  3. Support for XAdES Signature with Node.js via C+...

    This article describes support for XAdES Signature using Node.js via C++ with Aspose.Cells....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/support-for-xa...
  4. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook ( "../../data/test...book Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  5. Loading and managing Excel,OpenOffice,Json, Csv...

    With Aspose.Cells, it is simple to create,open and manage Excel,CSV,TSV,ODS,HTML,Numbers,Json,XML,Pdf,Jpg,Tiff,Image,Mht and XPS files....New Workbook The following example creates a new workbook from...loading Workbook Filter Objects while loading Workbook or Worksheet...

    docs.aspose.com/cells/net/loading-saving-and-ma...
  6. Set Print Area|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 (); //...the first worksheet in the Workbook file WorksheetCollection worksheets...

    docs.aspose.com/cells/java/set-print-area/
  7. Hiding and Showing Rows and Columns in PHP|Docu...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  8. Save Specified Worksheets to PDF with C++|Docum...

    Export specific worksheets to PDF using Aspose.Cells with C++....all visible worksheets in a workbook to a PDF file. With PdfSaveOptions...the template excel file Workbook workbook ( u "sheetset-example...

    docs.aspose.com/cells/cpp/save-specified-worksh...
  9. Creating a Named Range|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....) 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-range/
  10. Headings And Body Theme Font with C++|Documenta...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article will introduce how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents....(); // Create a workbook object Workbook workbook ( u "Book1.xlsx"...style Style defaultStyle = workbook . GetDefaultStyle (); // Get...

    docs.aspose.com/cells/cpp/headings-and-body-the...