Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 106,558 for

workbook

(1.92 sec)
  1. Read and Write to Excel With Kotlin|Documentation

    Learn to read, write, and format Excel files in Kotlin using Aspose.Cells for Java. Includes code examples for formulas and formatting....how to create a new Excel workbook, populate cells with data...to a cell, recalculates the workbook, and prints the result. Format...

    docs.aspose.com/cells/java/read-and-write-to-ex...
  2. 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...
  3. Manage Chart Data Series in Python|Aspose.Slide...

    Learn how to manage chart data series in Python for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations.... chart_data_workbook . get_cell ( 0 , 0 , 1 ) series_cell...200 ) workBook = chart . chart_data . chart_data_workbook chart...

    docs.aspose.com/slides/python-net/chart-series/
  4. Convert PPT to XLSX using Python or with free O...

    PPT to XLSX conversion in your Python applications without using Microsoft Office or online. Test free PPT to XLSX online converter quickly before integrating the code....HTML file with an instance of Workbook class Call the save method...shared in a widely supported workbook structure. It is useful when...

    products.aspose.com/total/python-net/conversion...
  5. Convert DOTM to XLTX using Python or with free ...

    DOTM to XLTX conversion in your Python applications without using Microsoft Word or Excel or online. Test free DOTM to XLTX online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...needs to become a repeatable workbook structure for data collection...

    products.aspose.com/total/python-net/conversion...
  6. Convert MOBI to XLSB using Python or with free ...

    MOBI to XLSB conversion in your Python applications without using Microsoft Word or Excel or online. Test free MOBI to XLSB online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...that benefit from compact workbook representation and faster...

    products.aspose.com/total/python-net/conversion...
  7. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  8. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  9. Missing mc:Ignorable Attribute in Exported XLSX...

    We encountered an issue where our application exports .xlsx files using Aspose.Cells, which are then imported into another system that uses a different third-party library for Excel processing. The support team of that …...the Workbook : Use Aspose.Cells to export your workbook to an...relevant XML file (usually xl/workbook.xml or xl/worksheets/sheet1...

    forum.aspose.com/t/missing-mc-ignorable-attribu...
  10. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Step 1: Write content...

    forum.aspose.com/t/display-text-content-on-top-...