Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 30,160 for

worksheet

(0.16 sec)
  1. 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...
  2. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....in the same (or different) worksheet. The following example creates...WorksheetCollection const worksheets = book . getWorksheets ();...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  3. 设置工作表的背景图片|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...
  4. How to Set Point as Total with JavaScript via C...

    Learn to set points as total in waterfall charts using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  5. 通过JavaScript的页面设置功能使用C++|Documentation

    探索使用C++的Aspose.Cells for JavaScript的页面设置功能。学习如何配置页面尺寸、方向和设置。...first worksheet const worksheet = workbook . worksheets . get...size to A4 (paperSize = 0) worksheet . pageSetup . paperSize =...

    docs.aspose.com/cells/zh/javascript-cpp/page-se...
  6. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C++ API or Library....error checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  7. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....first worksheet. const worksheet = workbook . worksheets . get...Stock Chart const chartIdx = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-vol...
  8. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....(); // Access first worksheet const worksheet = workbook . getWorksheets...some text const textbox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  9. Get Cells Range|Documentation

    Learn how to get cells range through the Aspose.Cells for JavaScript via C++ API....manipulate some data on the worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  10. 在工作表中插入超链接|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....the first worksheet. WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); HyperlinkCollection...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...