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

workbook

(0.1 sec)
  1. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // create a Workbook object from uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....characters const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the workbook workbook . save ( path . join (...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  3. Extract Theme Data from Excel File|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....theme name applied to the workbook and the theme color applied...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/java/extract-theme-data-f...
  4. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...Create workbook object from source file Workbook workbook ( sourceDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  5. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....Load a template file Workbook workbook ( srcDir + u "PivotTableSample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  6. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。... size ())); Workbook workbook ( data , loadOptions );...); Worksheet sheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  7. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  8. Formula Calculation Engine in Aspose.Cells|Docu...

    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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/net/formula-calculation-e...
  9. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... Workbook workbook ( u "document-structure-example...file using PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/export-document-struc...
  10. Hiding Overlaid Content with CrossHideRight whi...

    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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...