Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 105,384 for

workbook

(0.09 sec)
  1. Different Ways to Open Files|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....computer by specifying it in the Workbook class constructor. Simply...is a fair chance that the Workbook constructor may throw System...

    docs.aspose.com/cells/python-java/different-way...
  2. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... Create a Workbook object and read the OLE data...the data. Save the updated Workbook to a stream. Replace the OLE...

    docs.aspose.com/slides/python-net/manage-ole/
  3. Export DataBar, ColorScale, and IconSet Conditi...

    Learn how to export DataBar, ColorScale, and IconSet conditional formatting while converting Excel files to HTML using Aspose.Cells for C++....Excel file into a workbook object Workbook wb ( filePath ); //...

    docs.aspose.com/cells/cpp/export-databar-colors...
  4. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++....of the text and saves the workbook as an output Excel file. The...Aspose :: Cells :: Startup (); Workbook wb ; Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  5. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....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/
  6. Pie chart Hover value display - Free Support Fo...

    Hi I have created a pie chart with different formats for values. A- “EUR” is applied in format B -doesn’t have any formats applied C- “$” is applied in format Now, if I hover on C series in pie chart it displays the…...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet sheet = workbook.Worksheets[0];...

    forum.aspose.com/t/pie-chart-hover-value-displa...
  7. Problem converting xls file to pdf: "T...

    Hi, I got the following exception, while trying to convert xls to pdf:"This file's format is not supported or you don't specify a correct format". attached is the problematic file. I am using the latest version. Is this…...0/95 Workbook (*.xls) So this file is actually...As "Microsoft Office Excel Workbook". Now you can use Aspose.Cells...

    forum.aspose.com/t/problem-converting-xls-file-...
  8. Difference in formula calculations compared to ...

    Hello, I am using Aspose.Cells 25.6 for Java. To calculate formulas in my Workbook, I call Workbook.calculateFormula(). I have the following formula: =MATCH(TRUE, ISNUMBER(SEARCH({“JPY”,“KRW”,“CNY”,“BRL”,“EUR”,“GBP”,“U…...calculate formulas in my workbook, I call Workbook.calculateFormula()...you can provide a minimal workbook that reproduces the error...

    forum.aspose.com/t/difference-in-formula-calcul...
  9. Verify Password of Encrypted Files with JavaScr...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and OpenOffice (ODS) files using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , FileFormatUtil...Author while Write Protecting Workbook with JavaScript via C++...

    docs.aspose.com/cells/javascript-cpp/verify-pas...
  10. Aspose.Slides for Java Returns Incorrect Legend...

    When we are trying to fetch the legend entry count in case of PPT, we see that it is coming as 1 even though we have turned the show legend flag as false. In case of PPT it is coming as 1 and in case of excel it is comin…...the chart data workbook IChartDataWorkbook workbook = chart.getChartData()...getChartData().getCategories().add(workbook.getCell(0, 1, 0, "Start"));...

    forum.aspose.com/t/aspose-slides-for-java-retur...