Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 12,610 for

workbook

(0.08 sec)
  1. PowerPoint Charts|Aspose.Slides 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....Calculations Chart Formatting Chart Workbook Chart Worksheet Formulas Animated...

    docs.aspose.com/slides/androidjava/powerpoint-c...
  2. View and Edit Excel Metadata | Excel Metadata V...

    Learn how to use an Excel Metadata Viewer & Editor to view, edit, and remove metadata from Excel files. Step-by-step guide with online and coding solutions....editing metadata of an Excel workbook with C#, Java, and Python...edit the metadata of an Excel workbook with Aspose.Cells for .NET...

    blog.aspose.com/cells/view-and-edit-excel-metad...
  3. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...source workbook using (Workbook sourceWB = new Workbook(fileName))...//Determine if the specified workbook exists in links in the text...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  4. Chart Series|Aspose.Slides for Node.js via .NET...

    Chart series in PowerPoint presentations in JavaScript...100 , 100 , 400 , 300 ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , 1 , "Series...

    docs.aspose.com/slides/nodejs-java/chart-series/
  5. How to Convert Excel to HTML in Java

    In this concise tutorial explanation is provided on how to convert Excel to HTML in Java. You can configure the output HTML using a number of properties before you export Excel to HTML in Java....converted to HTML using the Workbook object Create and initialize...Java by loading it into a Workbook class object and then configuring...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  6. Insert a Page Break in Excel using Python

    Insert a page break in Excel using Python. Get the IDE settings, a list of steps, and a sample code to break page in Excel using Python....Load the spreadsheet into the Workbook class object and access the...add() method Save the output Workbook with new page breaks in it...

    kb.aspose.com/cells/python/insert-a-page-break-...
  7. How to Convert XML to XLSX in Java

    This breif article is about how to convert XML to XLSX in Java. It includes the steps for detailed system configuration, a step-wise pseudocode, and a working sample code to develop a converter application for XML to Excel in Java....file from the disk using the Workbook class instance by providing...disk using an instance of the Workbook class and also providing the...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  8. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  9. Export Data from a PDF Form to Excel using C#

    Follow this article to export data from a PDF form to Excel using C#. It has details to set the IDE, a list of steps, and a sample code to export data from Adobe form to Excel using C#....the Workbook object using Aspose.Cells Save the workbook as an...Aspose.Cells.Workbook object and save the workbook as an XLSX file...

    kb.aspose.com/total/net/export-data-from-a-pdf-...
  10. How to Convert Excel to HTML in Node.js

    In this simple topic explanation is provided on how to convert Excel to HTML in Node.js. You can configure the generated HTML file using a number of properties before you export Excel to HTML in Node.js....converted to an HTML using the Workbook class instance Instantiate...it using an instance of the Workbook class and then configuring...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...