Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 105,461 for

workbook

(0.85 sec)
  1. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离...defaultWorksheetInde = 0 ; // 获取图表数据工作表 var workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  2. 获取应用于单元格的验证|Documentation

    本文介绍了如何通过C++中的JavaScript对单元格应用验证。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...the workbook from the selected Excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/get-val...
  3. 使用 PHP 在演示文稿中管理图表数据标签|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...$defaultWorksheetInde = 0 ; # 获取图表数据工作表 $workbook = $chart -> getChartData ()...-> getSeries () -> add ( $workbook -> getCell ( $defaultWorksheetInde...

    docs.aspose.com/slides/zh/php-java/chart-data-l...
  4. Accessing IChartSeries.Name.AsCells Getter Modi...

    I have a slide with a chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the chart. I saw other reports mentioning issues with Aspose in combination w…...not support the Excel binary workbook (.xlsb) format, which is used... To check whether a chart workbook is supported and to avoid...

    forum.aspose.com/t/accessing-ichartseries-name-...
  5. Updating Linked Excel Chart Links in PowerPoint...

    I’m trying to update some linked charts in a PowerPoint presentation using slides for .Net. I have found several examples, but all mention methods like getLinkFormat and UpdateLinks, but trying to use those gives me an …...update a linked chart’s source workbook via the chart’s ChartData...change the external Excel workbook reference. What to do next...

    forum.aspose.com/t/updating-linked-excel-chart-...
  6. 使用JavaScript通过C++禁用Excel中的兼容性检查器|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API禁用兼容性检查器。...Cells API禁用兼容性检查器 将 Workbook.checkCompatibility 属性设置为 false..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/disable...
  7. Create Dynamic Charts with Node.js via C++|Docu...

    Learn how to create dynamic charts in Aspose.Cells for Node.js via C++. This guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook . Access the Cells of the...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  8. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...evaluated for a cell in an Excel workbook using Aspose.Cells, you can...cells # Load the workbook workbook = cells.Workbook("Book1.xlsx")...

    forum.aspose.com/t/access-rendered-value-of-cel...
  9. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  10. How to Display Long X‑Axis Labels Without Trunc...

    Hi Team, In Excel, when we use long x‑axis labels, they are not displayed fully. For example, if the x‑axis label is “Starting point for x axis 123456,” it appears truncated as “Starting point for…”. Is there a way t…...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); Cells...

    forum.aspose.com/t/how-to-display-long-x-axis-l...