Sort Score
Result 10 results
Languages All
Labels All
Results 5,781 - 5,790 of 28,756 for

worksheet

(0.1 sec)
  1. 使用 C++ 将 Excel 转换为 PDF|Documentation

    了解如何使用 Aspose.Cells 和 C++ 将 Excel 工作簿转换为 PDF 格式。...the A1 cell in the first worksheet workbook . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-pdf/
  2. Manage OLE in Presentations on Android|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Android via Java. Embed, update, and export OLE content seamlessly.... Access the desired Worksheet and amend the data. Save the...

    docs.aspose.com/slides/androidjava/manage-ole/
  3. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in С++ for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet auto workbook = chart -> get_ChartData...

    docs.aspose.com/slides/cpp/chart-series/
  4. 许可证|Documentation

    Aspose.Cells for .NET 提供不同的购买计划或提供免费试用和为评估使用 C# 中的许可和订阅政策提供 30 天临时许可。... Worksheet sheet = this . gridDesktop1 . Worksheets . Add...

    docs.aspose.com/cells/zh/net/licensing/
  5. 将 JSON 转换为 Python 中的 Pandas DataFrame。

    学习如何在 Python 中使用 Aspose.Cells for Python via .NET 将 JSON 转换为 pandas DataFrame,并提供关于平面、嵌套和大型 JSON 的清晰示例。...worksheets.get(0) # 配置 JSON 在工作表中的布局方式...wb = ac.Workbook() ws = wb.worksheets.get(0) # 嵌套 JSON 的布局选项 opt...

    blog.aspose.com/zh/cells/convert-json-to-pandas...
  6. 图表系列|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中 PowerPoint 演示文稿的图表系列...; // Gets the chart data worksheet var fact = chart . getChartData...

    docs.aspose.com/slides/zh/nodejs-java/chart-ser...
  7. Shapes in Charts with JavaScript via C++|Docume...

    Learn how to use Aspose.Cells for JavaScript via C++ to add controls and customize charts in Microsoft Excel. This guide demonstrates how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts.... worksheets . get ( 1 ); const chart...const sheet = workbook . worksheets . get ( 1 ); const chart...

    docs.aspose.com/cells/javascript-cpp/controls-i...
  8. Pdf 通过 Node.js 结合 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 PDF。...the A1 cell in the first worksheet workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  9. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...true, // one PDF page per worksheet EmbedStandardFonts = true...Result.pdf to confirm that the worksheets are rendered as expected...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  10. 使用 Python 管理演示文稿中的 OLE|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。... 打开所需的 Worksheet 并编辑数据。 将更新后的 Workbook 保存到流中。...new_ole_stream : # 修改工作簿数据。 workbook . worksheets . get ( 0 ) . cells . get...

    docs.aspose.com/slides/zh/python-net/manage-ole/