Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 87,251 for

workbook

(0.11 sec)
  1. Converting To Mhtml Files in Jython|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.... cells import Workbook from com . aspose . cells...Instantiate a workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. Render Solid Gridlines while Converting Excel t...

    Learn how to display solid gridlines during Excel to PDF conversion using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions , GridlineType...GridlineType # Create an empty Workbook wb = Workbook () # Prepare data worksheet...

    docs.aspose.com/cells/python-net/render-solid-g...
  3. 在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-...
  4. 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...
  5. Find the Root Element Name of XML Map|Documenta...

    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....inside the Workbook Import XML Map inside a Workbook using Aspose...

    docs.aspose.com/cells/java/find-the-root-elemen...
  6. Show and Hide Elements|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....show and hide elements of a workbook including worksheets, rows...class, Workbook that represents an Excel file. Workbook class...

    docs.aspose.com/cells/java/show-and-hide-elements/
  7. 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...
  8. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  9. 仅复制范围数据使用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-...
  10. 如何使用Node.js通过C++设置类别轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...new workbook const workbook = new AsposeCells . Workbook ();...(); const worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...