Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 27,073 for

excel worksheet

(0.23 sec)
  1. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  2. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....columns in a worksheet without copying the entire worksheet. With Aspose...and Columns with Microsoft Excel Select the row or column that...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...
  3. 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....the sample Excel file and generates the output Excel file . #include...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  4. How to Filter Blanks or Non-Blanks|Documentation

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for JavaScript via C++ API....Scenarios Filtering data in Excel is a valuable tool that enhances...Blanks or Non-Blanks in Excel In Excel, you can easily filter...

    docs.aspose.com/cells/javascript-cpp/how-to-fil...
  5. Python中的缩放因子|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-py...
  6. Insert a Linked Picture from Web Address|Docume...

    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....the web (http://) into a worksheet. To do so, specify the picture’s...spreadsheet is opened in Microsoft Excel. The image is not physically...

    docs.aspose.com/cells/java/insert-a-linked-pict...
  7. Formatting not retained while creating .ppt fro...

    I'm trying to save a Excel workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the Excel sheets are not retained as such. They become black instead. How do we reta…...ppt from excel template in Java Aspose.Cells...cannot accept Excel 2007 files. If you want to embed Excel 2007 files...

    forum.aspose.com/t/formatting-not-retained-whil...
  8. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments....Hide ] Threaded Comments MS Excel 365 provides a feature to add...comments are called Notes in Excel 365. The screenshot below shows...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  9. 通过Node.js和C++显示公式而非值在工作表中,示例代码|Documentation

    本文提供了使用Node.js API通过C++以程序化方式显示Excel工作表中的公式而非计算值的示例代码。...可以在Microsoft Excel中使用“公式”功能区的“显示公式”选项,显示公式而非计算的值。启用后,Excel会在工作表中显示公式。你也可以通过Aspose...C++实现相同的效果。 Aspose.Cells提供了一个 Worksheet.getShowFormulas() 属性。将其设置为...

    docs.aspose.com/cells/zh/nodejs-cpp/show-formul...
  10. Shift First Row Down When Inserting Cells Data ...

    Learn how to shift the first row down when inserting Cells Data Table rows through the Aspose.Cells for .NET API....inserting a table into the worksheet. This document explains how...into the worksheet. We use a simple template Excel file in code...

    docs.aspose.com/cells/net/shift-first-row-down-...