Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 100,298 for

workbook

(0.1 sec)
  1. 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...
  2. 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...
  3. Use Error Checking Options|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....Create a workbook and open a template spreadsheet Workbook workbook...workbook = new Workbook ( "d:\\files\\Book1.xls" ); // Get the first...

    docs.aspose.com/cells/java/use-error-checking-o...
  4. 在PHP中将Excel转换为PDF文件|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....new SaveFormat (); $workbook = new Workbook ( $dataDir . "Book1...the document in PDF format $workbook -> save ( $dataDir . "OutBook1...

    docs.aspose.com/cells/zh/java/converting-excel-...
  5. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....Features New Creating a New Workbook Open Different Ways to Open...Encrypting Excel Files Save Workbook to Strict Open XML Spreadsheet...

    docs.aspose.com/cells/net/developer-guide/
  6. Disable Pivot Table Ribbons|Documentation

    How to disable Pivot Table Ribbons with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/disable-pi...
  7. 设置工作表的背景图片|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/set-background-pic...
  8. 向单元格添加超链接|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  9. How to create Treemap chart with JavaScript via...

    Learn how to create a Treemap chart in Aspose.Cells for JavaScript via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation...."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiate Workbook with uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/creating-t...
  10. 仅复制范围数据使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将一个单元格区域的数据复制到另一个区域。...new Workbook. const workbook = new AsposeCells . Workbook ();...Worksheet Cells. const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...