Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 99,951 for

workbook

(0.1 sec)
  1. Formulas are not evaluated correctly in 25.8 As...

    Hello Aspose support team, I have an issue with using Aspose Cells for Java, version 25.8 We did not observe that issue in 25.7 You can find 2 files in the attachment, producedByExcel.xlsx: Excel version. Formulas ar…...loading the workbook. Here’s a sample code snippet: Workbook workbook...workbook = new Workbook("producedByAspose.xlsx"); workbook.calculateFormula();...

    forum.aspose.com/t/formulas-are-not-evaluated-c...
  2. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them to a local drive using Aspose.Cells for C++....a template Excel file Workbook workbook ( srcDir + u "sampleExtractImagesF...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/extract-images-from-w...
  3. Importing from Custom 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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/net/importing-from-custom...
  4. 用C++将表格转换为ODS格式|Documentation

    使用Aspose.Cells将含表格的Excel文件转换为ODS文件格式。...xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/zh/cpp/convert-table-to-ods/
  5. 从自定义对象导入|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  6. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for Node.js via C++. Improve the presentation of generated HTML tables....xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/nodejs-cpp/set-column-wid...
  7. Export Excel to HTML with GridLines|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....following sample code creates a workbook, fills its worksheet with...Conversion Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/net/export-excel-to-html-...
  8. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for Node.js via C++....Create workbook object const wb = new AsposeCells . Workbook ();...setLinkedCell ( "A1" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...
  9. Image Markers in Aspose.Cells|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.... Workbook = new Workbook ( "ImageSmartBook.xls"...the Excel file. designer . Workbook . Save ( "out_ImageSmartBook...

    docs.aspose.com/cells/net/image-markers-in-aspo...
  10. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...file containing slicer. Workbook workbook ( u "sampleRenderingSlice...

    docs.aspose.com/cells/cpp/rendering-slicer/