Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 102,528 for

workbook

(0.23 sec)
  1. Aspose cells 在保存wps编辑过的文件之后 里面的正文内容会变成蓝色字体 - Fr...

    文件原本是xls格式的 保存为xlsx格式之后 使用wps编辑 再使用cell工具保存 会出现com.aspose.cells.b.a.d.k59 cannot be cast to com.aspose.cells.l86这个错误,如果保存为xls格式再使用wps编辑,再使用cell工具保存的时候不报错,但是里面的正文内容会部分变成蓝色字体...formatting of the text in the workbook. You can reset the font color...Load the workbook Workbook workbook = new Workbook("path/to/your/file...

    forum.aspose.com/t/aspose-cells-wps/314668
  2. 通过 Node.js 结合 C++ 将 CSV、TSV 和 TXT 转换为 Excel|Doc...

    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.... Csv ); // Create a Workbook object and opening the file...wbCSV = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  3. Different Ways to Open Files|Documentation

    This article explains how to open an Excel file using the Aspose.Cells for .NET API....computer by specifying it in the Workbook class constructor. Simply...Sheets Only While loading a Workbook , you may only need data in...

    docs.aspose.com/cells/net/different-ways-to-ope...
  4. 使用 Node.js 通过 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 Node.js 库。它支持实现1904日期系统,允许用户基于1904年1月1日的日期进行计算和格式化。本文介绍如何使用 Aspose.Cells 库实现1904日期系统。...Initialize a new Workbook // Open an excel file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Implement 1904 date system...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-1...
  5. 使用Node.js通过C++删除切片器|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.... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/removing-sl...
  6. 在排序数据时指定排序警告|Documentation

    了解如何在排序数据时,通过C++ API中的Aspose.Cells for JavaScript指定排序警告。..."text/javascript" > const { Workbook , SaveFormat , CellsHelper...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...// Load workbook and save as out.pdf const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  8. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Create an instance of Workbook Workbook workbook ( u "treemap.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  9. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...book Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  10. 获取创建 Excel 文档的应用程序的版本号,使用 C++ 通过 JavaScript|Doc...

    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....for JavaScript 通过 C++ 提供了 Workbook.builtInDocumentPrope 属性来实现此目的。...属性来实现此目的。 以下示例代码演示了如何使用 Workbook.builtInDocumentPrope 属性。它加载由Microsoft...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...