Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 103,883 for

workbook

(0.12 sec)
  1. Convert Chart to Image for Japanese Region|Docu...

    Learn how to use Aspose.Cells for .NET sets the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more.... Code example: Workbook wb = new Workbook ( "Japanese.xls"...

    docs.aspose.com/cells/net/convert-chart-to-imag...
  2. Track Document Conversion Progress with Node.js...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for Node.js via C++....); } } const workbook = new AsposeCells . Workbook ( path . join...TestPageSavingCallba ()); workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/track-document...
  3. 用 C++ 改变批注的文本方向|Documentation

    学习如何使用 Aspose.Cells for C++ 更改 Excel 中批注的文本方向。...// Instantiate a new Workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/zh/cpp/change-text-direct...
  4. Manage OLE in Presentations on Android|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Android via Java. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/androidjava/manage-ole/
  5. Aspose.Cells 8.9.1 的 public API 更改|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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. How to Convert Excel to HTML in Java

    In this concise tutorial explanation is provided on how to convert Excel to HTML in Java. You can configure the output HTML using a number of properties before you export Excel to HTML in Java....converted to HTML using the Workbook object Create and initialize...Java by loading it into a Workbook class object and then configuring...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  7. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....property and its value inside workbook.xml as shown in the following...// Load source Excel file Workbook wb ( u "sampleSheetId.xlsx"...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  8. Managing OLE Objects|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....Extracting OLE Objects in the Workbook The following example shows...extract OLE Objects from a Workbook. The example gets different...

    docs.aspose.com/cells/net/managing-ole-objects/
  9. Advanced Protection Settings since Excel XP|Doc...

    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....File menu, select Protect Workbook followed by Protect Current...via .NET provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/python-net/advanced-prote...
  10. Insert a Page Break in Excel using Python

    Insert a page break in Excel using Python. Get the IDE settings, a list of steps, and a sample code to break page in Excel using Python....Load the spreadsheet into the Workbook class object and access the...add() method Save the output Workbook with new page breaks in it...

    kb.aspose.com/cells/python/insert-a-page-break-...