Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 26,790 for

excel worksheet

(0.1 sec)
  1. Read Chart Subtitle from ODS File using Node.js...

    Learn how to use Aspose.Cells for Node.js via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....__dirname , "data" ); // Load excel file containing charts const...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/read-chart-sub...
  2. 使用Node.js via C++读取ODS文件中的图表字幕|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从OpenDocument Spreadsheet (ODS)文件中读取图表字幕。本指南将演示如何提取和访问图表的字幕以便进一步分析或显示。...__dirname , "data" ); // Load excel file containing charts const...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/read-chart-...
  3. 在排序数据时指定排序警告|Documentation

    了解如何在排序数据时,通过C++ API中的Aspose.Cells for JavaScript指定排序警告。...在对看似数字的文本数据进行排序时,Microsoft Excel显示的排序警告。 示例代码 下面的示例代码说明了如何使用前面解释的...sortAsNumber 属性。有关更多帮助,请查看其 示例Excel文件 和 输出Excel文件 。 <!DOCTYPE html> <...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  4. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells API像任何其他默认Microsoft Excel函数一样实现和评估。 请注意,此接口已被 AbstractCalculationE...reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/how-to-calculate-...
  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....将智能图转换为组合形状 以下示例代码加载包含智能艺术形状的 示例Excel文件 ,如截图所示。然后它将智能艺术形状转换为群组形状,并打印Shape...the sample smart art shape - Excel file const filePath = path ...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-the...
  6. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Contents [ Hide ] 使用迷你图 Microsoft Excel 2010可以以前所未有的方式分析信息。它允许用户使用新...PI。 Microsoft Excel 中的迷你图 如何在 Microsoft Excel 2010 中插入迷你图: 选...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...
  7. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for JavaScript via C++. This guide explains the types of data values and how to access and work with them in your charts....sample code loads the sample Excel file and accesses the first...first chart inside the first worksheet. It then calls the Chart.calculate()...

    docs.aspose.com/cells/javascript-cpp/find-type-...
  8. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop....by combining PowerPoint and Excel automation. The example provided...populate it with data from an Excel worksheet, adjust formatting and...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  9. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for JavaScript via C++....first pivot table of the worksheet and then gets the cell by...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/get-the-ce...
  10. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。... 要在Microsoft Excel中隐藏工作表中的零值(例如Microsoft Excel 2003): 从 工具 菜单中选择...01_SourceDirectory \\ " ); //Path of input excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...