Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 12,617 for

workbook

(0.03 sec)
  1. How to Convert Excel to Image in C#

    This quick tutorial guides you on how to convert Excel to Image in C#. To convert Excel to image C# environment settings and code is explained with the help of detailed steps along with a runnable code....source Excel file into the Workbook object for conversion to multiple...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  2. 图片|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中处理图像。使用 Java 从磁盘或网络向 PowerPoint 幻灯片添加图像。使用 Java 向幻灯片母版或作为幻灯片背景添加图像。使用 Java 向 PowerPoint 演示文稿添加 SVG。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 在幻灯片中添加 EMF 图像。...以下示例代码展示了如何执行所描述的任务: Workbook book = new Workbook ( "chart.xlsx" );...

    docs.aspose.com/slides/zh/androidjava/image/
  3. 如何在 Node.js 中将 XLSX 转换为具有受限权限的 PDF

    本实践主题重点介绍如何在 Node.js 中将 XLSX 转换为具有受限权限的 PDF。一系列精确步骤将帮助您在 Linux、macOS 或 Windows 等任何操作系统中使用 Node.js 将 XLSX 导出为具有受限权限的 PDF。...通过 Java 将 XLSX 转换为 PDF 使用 Workbook 类的实例加载要转换为 PDF 的源 XLSX 文件...

    kb.aspose.com/zh/cells/nodejs/how-to-convert-xl...
  4. 如何安装 Python 以通过 Java 运行 Aspose.Cells for Python

    本文通过提供步骤和示例代码来测试环境,介绍如何安装 Python for Java 来运行 aspose-cells。此安装 python 的过程适用于 Ubuntu。...Python 的 Aspose-Cells 代码以创建 workbook 请注意,这些步骤假设您使用 Docker 来测试完整的环境,但是如果您不想使用...

    kb.aspose.com/zh/total/python/how-to-install-py...
  5. Queries about Aspose cells smart markers - Free...

    Hi , We are facing following issues when working with smart markers. Dynamic formulas : When using a JSON data source with dynamic formulas in the template, the formula execution does not start from the current row a…...setWorkbook(new Workbook(fileName)); String[] smartMarkers...WorkbookDesigner(); designer.setWorkbook(new Workbook(fileName)); String[] smartMarkers...

    forum.aspose.com/t/queries-about-aspose-cells-s...
  6. 图像|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 幻灯片或演示文稿添加图像...以下示例代码演示了如何执行上述任务: using ( Workbook book = new Workbook ( dataDir + "chart...

    docs.aspose.com/slides/zh/net/image/
  7. 图像|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿的幻灯片中处理图像。从磁盘或网络添加图像到 PowerPoint 幻灯片。使用 Java 将图像添加到幻灯片母版或作为幻灯片背景。使用 Java 将 SVG 添加到 PowerPoint 演示文稿。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 将图像作为 EMF 添加到幻灯片中。...以下示例代码展示了如何执行上述任务: Workbook book = new Workbook ( "chart.xlsx" );...

    docs.aspose.com/slides/zh/java/image/
  8. Chart Formatting|Aspose.Slides 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....@ Chart Calculations Chart Workbook...

    docs.aspose.com/slides/cpp/chart-formatting/
  9. Convert PDF to Excel Online | PDF to XLS | Save...

    Learn how to convert PDF to Excel online. Discover easy steps and code examples for seamless data extraction....how to save PDF as an Excel workbook in Java: Get a Free License...

    blog.aspose.com/pdf/convert-pdf-to-excel-online/
  10. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...AddArea(area); // Save the workbook workbook.Save(dataDir + "output...worksheet. Worksheet worksheet = workbook.Worksheets[0]; //Accessing...

    forum.aspose.com/t/data-validation-example-fail...