Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 105,430 for

workbook

(1.21 sec)
  1. Draw Line in Excel using C#

    Draw line in Excel using C#. Learn to draw different shapes by following the steps and the given sample code showing how to insert drawing in Excel using C#....Create a spreadsheet using the Workbook and access the destination...desired dimensions Save the workbook after drawing a line in it...

    kb.aspose.com/cells/net/draw-line-in-excel-usin...
  2. Convert Numbers File to PDF in Python

    This short guide explains how to convert Numbers file to PDF in Python. It has details to set the IDE, a list of steps, and a sample code to convert Numbers to PDF in Python....the Numbers file into the Workbook class object Create the PdfSaveOptions...desired sheets Save the loaded workbook as a PDF using the custom...

    kb.aspose.com/cells/python/convert-numbers-file...
  3. How to Convert XML to Excel File using C#

    This quick tutorial covers how to convert XML to Excel file using C#. It explains the IDE setup and a step-by-step process followed by a runnable code snippet to convert XML to XLSX using C#....the source XML file with the Workbook class instance Render the...initialize an object of the Workbook class to load the input XML...

    kb.aspose.com/cells/net/how-to-convert-xml-to-e...
  4. Supported File Formats|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....0–2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/python-java/supported-fil...
  5. Supported File Formats|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....0–2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/java/supported-file-formats/
  6. How to Delete Pivot Table using Node.js

    This article defines the process of how to delete pivot table using Node.js. It contains the instructions for the IDE settings, a list of steps, and a runnable sample code to remove pivot table using Node.js...delete a pivot table Load the workbook containing data and a pivot...method Save the resultant workbook after deleting the pivot table...

    kb.aspose.com/cells/nodejs/how-to-delete-pivot-...
  7. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....describes how to save the Excel workbook to a PDF/A compliant (PDF/A-1a)...Startup (); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  8. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-data-source-of...
  9. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  10. Բջիջների կողպում Excel-ում Python-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel-ում բջիջները Python-ի միջոցով կողպելու համար։ Այն պարունակում է IDE-ի կարգավորման մանրամասներ, քայլերի ցանկ և օրինակային կոդ՝ Excel-ում որոշակի բջիջներ Python-ի միջոցով կողպելու համար։...խուսափելու համար Բացեք Excel ֆայլը Workbook օբյեկտի միջոցով և ընտրեք ցանկալի...լիցենզիան, բեռնեք Excel ֆայլը Workbook օբյեկտի միջոցով, մուտք գործեք...

    kb.aspose.com/hy/cells/python/lock-cells-in-exc...