Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 102,533 for

workbook

(0.17 sec)
  1. Public API Changes in Aspose.Cells 8.6.1|Docume...

    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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  3. Modify an Existing Style|Documentation

    Aspose.Cells is a JavaScript via C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article introduces how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....existing style, save it with the workbook, and use it to format information...formatted, the Normal style (the workbook’s default style) is applied...

    docs.aspose.com/cells/javascript-cpp/modify-an-...
  4. 使用C++的JavaScript输出空白页面,当没有内容需要打印时|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...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...'fileInput' ); // Create or load workbook: if a file is provided, open...

    docs.aspose.com/cells/zh/javascript-cpp/output-...
  5. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....cells import Workbook , CellsHelper import aspose...15 ) # Create new workbook workbook = Workbook () # Access first...

    docs.aspose.com/cells/python-net/specifying-sig...
  6. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for JavaScript via C++. Obtain style and formatting information effectively....theme name applied to the workbook and theme colors applied to...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/javascript-cpp/extract-th...
  7. Save Specified Worksheets to PDF with JavaScrip...

    Learn how to save specified worksheets to PDF using Aspose.Cells for JavaScript via C++....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/save-speci...
  8. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create workbook object from source Excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  9. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....# Get the chart data workbook. workbook = chart . chart_data...chart_data . chart_data_workbook # Delete the default generated series...

    docs.aspose.com/slides/python-net/create-chart/
  10. 在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 tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/zh/java/display-or-hide-t...