Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 21,314 for

worksheet

(0.07 sec)
  1. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in formulas using Aspose.Cells with C++....workbook ; // Get first Worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-external-links-in...
  2. 通过Node.js在C++中找到图表系列中点的X值和Y值的类型|Documentation

    学习如何在Aspose.Cells for Node.js via C++中确定图表系列点的X值和Y值的类型。本指南解释了数据值的类型以及如何访问和操作它们。...)); // Access first worksheet. const worksheet = workbook . getWorksheets...first chart. const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/find-type-o...
  3. Load or Import CSV file with Formulas using C++...

    Load or import a CSV file containing formulas using Aspose.Cells with C++....cell D4 (indices 3,3) Worksheet worksheet = workbook . GetWorksheets...GetWorksheets (). Get ( 0 ); worksheet . GetCells (). ImportCSV ( srcDir...

    docs.aspose.com/cells/cpp/load-or-import-csv-fi...
  4. How to Convert DataTable to Excel in C#

    In this short tutorial, you will learn how to convert DataTable to Excel in C#. You can control the process of writing DataTable to excel in C# by setting a number of properties of the DataTable....and then import it into the worksheet of the newly created workbook...the ImportData function of WorkSheet.Cells class. After writing...

    kb.aspose.com/cells/net/how-to-convert-datatabl...
  5. Manage formulas of Excel files|Documentation

    Learn how to Manage formulas of Excel files through the Aspose.Cells for Python via .NET for NET APIs....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/using-formulas...
  6. 设置工作表的背景图片|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...
  7. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....( sourceFilePath ); const worksheets = wb . getWorksheets ();...; i < worksheets . getCount (); i ++ ) { const worksheet = worksheets...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  8. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets using Aspose.Cells for Node.js via C++....headers and footers to the worksheets also. Headers and footers...add headers and footers to worksheets at runtime but we recommend...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  9. Using LightCells API|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....of data or content in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/net/using-lightcells-api/
  10. Getting Cell Contents|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....xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...Close Insert Hyperlinks in Worksheet...

    docs.aspose.com/cells/net/getting-cell-contents/