Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 105,813 for

workbook

(2.11 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. Excel to HTML Export: Fixed panes partially cov...

    Hello Aspose Support Team, I found an issue when exporting Excel files containing fixed panes that span over several rows and columns. In the generated HTML file, some fixed cells get covered after scrolling down. I…...HtmlSaveOptions flags: Workbook wb = new Workbook("example.xlsx");...Clarifying questions Are you using Workbook.save(..., HtmlSaveOptions)...

    forum.aspose.com/t/excel-to-html-export-fixed-p...
  5. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var Workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var worksheet = Workbook.Worksheets["EDA"]; var valueBefore = work…...1:05pm 1 PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose...Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25...

    forum.aspose.com/t/caculate-formula-causes-some...
  6. 阅读由 Apple Inc. 开发的数字电子表格 Aspose.Cells for Node....

    学习如何使用 Aspose.Cells for Node.js via C++ 读取由 Apple Inc. 开发的数字电子表格。...the Numbers spreadsheet in workbook with above load options const...const wb = new AsposeCells . Workbook ( sourceFilePath , opts );...

    docs.aspose.com/cells/zh/nodejs-cpp/read-number...
  7. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Java API code to manage comments of XLSM files....project Load Document via Workbook class object Select the specific...project Load Document via Workbook class object Get the sepecific...

    products.aspose.com/total/java/annotate/xlsm/
  8. 通过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...
  9. 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-...
  10. 用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...