Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 233,806 for

aspose.cells

(0.79 sec)
  1. 通过 C++ 使用 JavaScript 获取图表趋势线的方程文本|Documentation

    学习如何使用 C++ 通过脚本获取在 Microsoft Excel 中创建的图表中趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以供进一步分析或显示。...Aspose.Cells 提供了 DataLabels.text 属性,...html > < head > < title > Aspose.Cells Example </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/get-equ...
  2. 获取在条件格式中使用的图标集、数据条或颜色刻度对象|Documentation

    学习如何使用 Aspose.cells for JavaScript 通过 C++ 从电子表格文件中检索图标集、数据条和色阶对象的条件格式内容。...Aspose.Cells 支持此功能。 以下示例代码显示如何读取用于条件格式的图标集。通过...以下示例代码显示如何读取用于条件格式的图标集。通过 Aspose.Cells 简单的 API,图标集的图像数据将被保存为图像。 <!DOCTYPE html>...

    docs.aspose.com/cells/zh/javascript-cpp/get-ico...
  3. Font Settings with Node.js via C++|Documentation

    Aspose.cells is a Node.js library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.cells library to set cell font settings....Just like Microsoft Excel, Aspose.Cells also supports configuring...Configuring Font Settings Aspose.Cells provides a class Workbook...

    docs.aspose.com/cells/nodejs-cpp/cells-font-set...
  4. Generate Conditional Formatting DataBars Images...

    Aspose.cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.cells library to generate conditionally formatted data bars and images.... You can use Aspose.Cells DataBar.toImage(Cell, ImageOrPrintOptions)...generate a DataBar image using Aspose.Cells. The following sample code...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  5. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream workbookStream = new URL(url).openStream()){ Workbook workbook = new Workbook(workbookStream); workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.Aspose.cells.b.a.d.z cannot be ca…...保存文件时,出现错误: Aspose.Cells Product Family SeanXie December 24,...ClassCastException: com.aspose.cells.b.a.d.z cannot be cast to...

    forum.aspose.com/t/topic/323685
  6. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.cells with C++.... Aspose.Cells supports converting worksheets...to images. Additionally, Aspose.Cells supports setting different...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  7. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...js和C++设置工作表标签颜色 Contents [ Hide ] Aspose.Cells允许您更改单个工作表标签的颜色,使其与其他工作表...确定 。 使用Aspose.Cells设置工作表选项卡颜色 以下示例代码显示如何使用Aspose.Cells来设置选项卡颜色。...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  8. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.cells with C++....your Excel file to HTML, Aspose.Cells reveals Downlevel Conditional...Downlevel-revealed conditional comment Aspose.Cells allows you to eliminate...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  9. GridJS – Sheet protection blocks cell editing (...

    We have identified an inconsistency in how Aspose.cells GridJS handles sheet protection (<sheetProtection>) compared to Microsoft Excel. In our example when a worksheet contains a <sheetProtection> element in its XML de…...(inconsistent behavior vs MS Excel) Aspose.Cells Product Family net , aspose-cells...an inconsistency in how Aspose.Cells GridJS handles sheet protection...

    forum.aspose.com/t/gridjs-sheet-protection-bloc...
  10. 通过C++用JavaScript打开文件的不同方法|Documentation

    本文介绍如何使用Aspose.cells for JavaScript通过C++ API打开Excel文件...方法 Contents [ Hide ] 使用 Aspose.Cells,打开文件非常简单,例如,检索数据或使用设计器模板加快开发流程。...Excel 文件。只需将路径作为字符串传入构造函数。Aspose.Cells 会自动识别文件格式类型。 <!DOCTYPE html>...

    docs.aspose.com/cells/zh/javascript-cpp/differe...