Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 82,065 for

workbook

(0.08 sec)
  1. 如何使用 Node.js 将 XLSX 转换为 PDF

    本文指导如何使用 Node.js 将 XLSX 转换为 PDF。它包含设置环境的说明、步骤列表以及使用 Node.js 将 XLSX 更改为 PDF 的可运行示例代码。...以将XLSX更改为PDF 将示例 XLSX 文件加载到 workbook 类对象中 创建 PdfSaveOptions 类的对象来自定义输出...类的对象来自定义输出 PDF 文件 Node.js 中调用 Workbook 类的 save() 方法创建 PDF 文件 这些步骤总结了...

    kb.aspose.com/zh/cells/nodejs/how-to-convert-xl...
  2. Table Format disturb while copying excel worksh...

    Hello Team , We are facing format issue , while replacing Table Data from excel worksheet to the Word documents , if table is big for format getting disturb , can you please provide solution or code sample which help us…...MemoryStream(excelBytes); Workbook workbook = new Workbook(excelStream);... var sheets = workbook.Worksheets.Cast<Worksheet>().ToList();...

    forum.aspose.com/t/table-format-disturb-while-c...
  3. 通过 C++ 在 Node.js 中检索 SQL 连接数据|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....js via C++ 提供了 Workbook.dataConnections 属性,用于检索外部连接。它返回工作簿中的...Create a workbook object from source file const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/retrieving-...
  4. Converting Worksheet to Image and Worksheet to ...

    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....Cells supports converting a workbook to multiple image files, one...worksheet from a template workbook that has several pages to...

    docs.aspose.com/cells/java/converting-worksheet...
  5. Create Pivot Tables and Pivot Charts with C++|D...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-pivot-tables-a...
  6. Supported File Formats|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....0 - 2003 Workbook. XLSX The Office Open XML...Excel Binary Workbook. XLSM Excel Macro-Enabled Workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  7. 使用C++创建动态图表|Documentation

    学习如何在Aspose.Cells for C++中创建动态图表。我们的指南将演示如何根据需求动态更新图表数据、系列和格式,从而在工作表中直观展示不断变化的数据。...为了让演示更简便易懂,我们将从零开始创建 Workbook ,并按照下面的步骤逐步进行。 创建一个空的 Workbook 。 访问第 Worksheet...Worksheet 中第 Cells 的 Workbook 。 向单元格插入一些数据。 根据插入的数据创建 ListObject...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  8. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  9. 使用Node.js通过C++将单元格添加到Microsoft Excel公式监视窗口的方法|D...

    如何使用 Aspose.Cells 库通过 Node.js 和 C++ 向 Excel 的公式监视窗口添加单元格。通过加载已有的 Excel 文件或创建新文件,我们可以对其中的单元格进行操作并设置公式。最后,将修改后的 Excel 文件保存到磁盘。...empty workbook. const wb = new AsposeCells . Workbook (); //...e1 . getColumn ()); // Save workbook to output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/add-cells-t...
  10. Prevent Exporting Hidden Worksheet Contents on ...

    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....save Excel workbooks to HTML. However, if the workbook contains...additional settings for exporting workbook to HTML. The following articles...

    docs.aspose.com/cells/java/prevent-exporting-hi...