Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 30,210 for

worksheet

(0.44 sec)
  1. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....to Excel Worksheet 1 Add a Watermark to Excel Worksheet Csharp...Add a Watermark to Excel Worksheet in Python 1 Add an Audio Frame...

    blog.aspose.com/zh/tags/
  2. 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/
  3. 图表系列|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...
  4. 许可证|Documentation

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

    docs.aspose.com/cells/zh/net/licensing/
  5. 在 Android 上优化演示文稿中的图像管理|Aspose.Slides 文档

    使用适用于 Android 的 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/slides/zh/androidjava/image/
  6. 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-...
  7. 使用 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/
  8. 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...
  9. 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...
  10. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...Worksheets[0]; var opts = new ImportTableOptions...new Workbook(); var ws = wb.Worksheets[0]; var importOpts = new...

    forum.aspose.com/t/using-cells-importdata-to-im...