Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 27,203 for

excel worksheet

(1.29 sec)
  1. Print and Preview Workbook|Documentation

    Aspose.Cells supports printing and previewing Excel files without Microsoft Excel installation....[ Hide ] After creating a worksheet, you often want to print a...Print Introduction Microsoft Excel assumes that you want to print...

    docs.aspose.com/cells/net/workbook-and-workshee...
  2. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...Cells提供了一个代表Microsoft Excel文件的 Workbook 班。 Workbook 班包含一个...集合,允许访问Excel文件中的每个工作表。 一个工作表由 Worksheet 班表示。 Worksheet 班提供了各种...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  3. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++....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/cpp/threaded-comments/
  4. Columns Containing Strongly Typed Data|Document...

    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....values in the columns of a worksheet are strongly typed (which...type), then we can export the worksheet content by calling the ExportDataTable...

    docs.aspose.com/cells/net/columns-containing-st...
  5. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect Worksheets in Excel files using Aspose.Cells for Python via .NET....applications, such as Microsoft Excel or Google Sheets, for several...in Excel Here’s how you can lock cells in Microsoft Excel: Select...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  6. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...用 C++ 在 Excel 工作表中分屏 Contents [ Hide ] 介绍 在本文中,我们将学习如何通过分屏将工...比较不同的数据子集。分屏功能可以满足您的需求。 如何在Excel中分割屏幕 要将工作表分割成两个或四个部分,请按照以下操作:...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  7. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....collection (encapsulated in the Worksheet object). The Add method takes...> < p > Select an optional Excel file to update (or leave empty...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  8. Public API Changes in Aspose.Cells 8.4.2|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....data is present on the same worksheet from cell A1 to D4 . C# //Add...chart collection int idx = worksheet . Charts . Add ( ChartType...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 将图表转换为图像|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....Cells 将 Excel 图表转换为图像。 将图表转换为 EMF //Instantiating...(); //Adding a new worksheet to the Excel object int sheetIndex...

    docs.aspose.com/cells/zh/net/convert-charts-to-...
  10. How to Set Print Area|Documentation

    This article shows code explaining how to set the print area using the Aspose.Cells library....area in a document, such as an Excel spreadsheet, helps control what...Print Area in Excel To set a print area in Excel, follow these...

    docs.aspose.com/cells/net/how-to-set-print-area/