Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 82,060 for

workbook

(0.05 sec)
  1. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....Create a workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/rich-text-custom-data...
  2. 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...
  3. Specify image resolution, quality, compression ...

    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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/specify-image-resolut...
  4. Change Chart Position and Size|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....get/setY() Java Workbook workbook = new Workbook ( dataDir + "AsposeChart...xls" ); Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/change-chart-positio...
  5. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltx/
  6. 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/
  7. 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...
  8. Managing Document Properties in PHP|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....//Instantiate a Workbook object by excel file path $workbook = new Workbook...file $customProperties = $workbook -> getWorksheets () -> getCustomDocumentPro...

    docs.aspose.com/cells/java/managing-document-pr...
  9. Calculate Sub Totals|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/calculate-sub-totals/
  10. Display or Hide Tabs in Php|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 by excel file path $workbook = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...