Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 157,931 for

xlsx

(0.95 sec)
  1. 每个 Excel 工作表渲染一个 PDF 页面 使用 C++ 通过 JavaScript 转换...

    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" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  2. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for JavaScript via C++ API....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/get-all-hi...
  3. Manage Chart Workbooks in Presentations Using С...

    Discover Aspose.Slides for С++: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....xlsx" )); } catch ( Aspose :: Cells...Aspose :: Cells :: SaveFormat_Xlsx ); cellsOutputStream -> SetPosition...

    docs.aspose.com/slides/cpp/chart-workbook/
  4. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  5. Combination - Stacked Column with Stacked Area ...

    Hi Team, We have a requirement to render a combination chart with stacked column in primary axis and Stacked Area in Secondary axis. Whenever I turn off the axis property the Stacked Area chart is not getting rendered. …...xlsx"); int index = workbook.getWorksheets()...workbook.save(dir +"AreaWithBar.xlsx"); System.out.println("done");...

    forum.aspose.com/t/combination-stacked-column-w...
  6. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....xlsx" ); Aspose :: Cells :: Cleanup...there is no such limitation for XLSX or other advanced MS Excel (2007/2010...

    docs.aspose.com/cells/cpp/excel-color-palette/
  7. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("iferror.Xlsx"); WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet worksheet = worksheets.get("S1-8.2 - T…...xlsx"); WorksheetCollection worksheets...workbook = new Workbook("iferror.xlsx"); WorksheetCollection worksheets...

    forum.aspose.com/t/calculation-results-differ-f...
  8. 如何旋转单元格文本|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 来编程旋转单元格中的文本。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. 通过 C++ 使用 JavaScript 自动调整合并单元格行高|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 为合并单元格自动调整行高。在电子表格中实现自动调整合并单元格的功能。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  10. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...下面是一个代码示例,从头开始创建一个 XLSX 文件,并在单元格"A1"中添加一个以图片作为背景的评论。...outputPath = outDir + u "book1.out.xlsx" ; workbook . Save ( outputPath...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/