Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 105,375 for

workbook

(0.25 sec)
  1. Error Occuring when execution of Aspose convers...

    Dear Aspose Support, We are encountering an issue while trying to convert an XLSX file to HTML using the Aspose.XLSXToHTML operation integrated into our Nuxeo platform. Below i have attached error :point_down: ****** …...the XLSX file Workbook workbook = new Workbook("input.xlsx");...option // Save the file as HTML workbook.Save("output.html", SaveFormat...

    forum.aspose.com/t/error-occuring-when-executio...
  2. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library for Node.js via C++....via C++ provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/view-and-edit-...
  3. Convert DOC to JSON Format in Android Apps | pr...

    Parse DOC to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  4. Convert PPSX to JSON Format in Android Apps | p...

    Convert PPSX to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  5. 通过C++和Node.js从工作簿中提取OLE对象|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.... const workbook = new AsposeCells . Workbook ( path . join...first worksheet. const oles = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  6. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...Open the template file Workbook workbook ( srcDir + u "oleFile...OleObjectCollection oles = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  7. Update references in other worksheets while del...

    Learn how to update references in other worksheets while deleting blank columns and rows in a worksheet using Aspose.Cells for C++....Startup (); // Create workbook Workbook wb ; // Add second sheet...); // Calculate formulas of workbook wb . CalculateFormula ();...

    docs.aspose.com/cells/cpp/update-references-in-...
  8. 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/
  9. Set Default Font while Rendering a Spreadsheet ...

    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....only be effective when the workbook’s default font cannot render...following sample code creates a workbook, adds some text in cell A4...

    docs.aspose.com/cells/python-net/set-default-fo...
  10. Copying sheets between workbooks causes issues ...

    Hi, I have a scenario where deleting rows or sheets in a Workbook after copying sheets from a different Workbook will error if both Workbooks contain textjoin functions used in cell formula. This appears to have been wo…...Copying sheets between workbooks causes issues when textjoin...deleting rows or sheets in a workbook after copying sheets from...

    forum.aspose.com/t/copying-sheets-between-workb...