Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 12,605 for

workbook

(0.06 sec)
  1. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C# or .NET...worksheet IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workbook . GetCell ( defaultWorksheetInde...

    docs.aspose.com/slides/net/chart-data-label/
  2. How to Add Digital Signature in Excel using C#

    This tutorial provides you information how to add digital signature in Excel using C#. You will get the configuration resources, stepwise approach to create and insert electronic signature in excel using C# and a complete runnable sample code to demonstrate this feature....Load an existing workbook or create a new workbook with sample data...data in it using the Workbook object Instantiate a collection...

    kb.aspose.com/cells/net/how-to-add-digital-sign...
  3. How to Password Protect an Excel File in C#

    This article explains how to password protect an Excel file in C#. It provides details to configure the environment, program flow and a runnable sample code to encrypt Excel file in C#....create an Excel file using the Workbook class object Set the required...encryption options for the loaded workbook using the SetEncryptionOptions()...

    kb.aspose.com/cells/net/how-to-password-protect...
  4. Chart Worksheet Formulas|Aspose.Slides for Node...

    PowerPoint Equations and Spreadsheet Formulas...150 , 150 , 500 , 300 ); var workbook = chart . getChartData ()...any value to the property: workbook . getCell ( 0 , "F2" ). setValue...

    docs.aspose.com/slides/nodejs-java/chart-worksh...
  5. How to Add Image in Excel Cell using C#

    In this tutorial, you will understand how to add image in Excel Cell using C#. You can follow the steps and code snippet to insert image in Excel using C#....You can initialize a blank workbook from scratch or load an existing...the output file as an XLSX workbook. Steps to Add Image in Excel...

    kb.aspose.com/cells/net/how-to-add-image-in-exc...
  6. Chart Data Label|Aspose.Slides for PHP Document...

    Set PowerPoint chart data label and distance...the chart data worksheet $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/php-java/chart-data-label/
  7. How to Convert Excel to XPS in Java

    This tutorial explains how to convert Excel to XPS in Java. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....the target Excel file to a Workbook class object and then save...project Add a reference to Workbook and SaveFormat class using...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  8. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook Workbook = new Workbook(new FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...es.xlsx")); Chart chart = workbook.getWorksheets().get(0).getCharts()...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  9. How to Remove Formula in Excel using Python

    This article guides on how to remove formula in Excel using Python. It provides environment settings, a list of steps and a runnable sample code to clear formula in Excel using Python....remove formula Load the target workbook with a formula Access the...formula cell Save the resultant workbook with data only These steps...

    kb.aspose.com/cells/python/how-to-remove-formul...
  10. Create and Embed an Excel Chart as an OLE Objec...

    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....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/java/create-and-embed-an...