Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 21,274 for

worksheet

(0.09 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. Aspose.Cells.GridDesktop - Desktop Grid Control...

    This article introduce features for GridDesktop .... Worksheet Features Add, insert or remove worksheets. Rename...Rename worksheets. Sort worksheet data. Row & Column Features Add...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. 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...
  4. 设置工作表的背景图片|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...
  5. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...cell var comment = worksheet.Comments[worksheet.Comments.Add("A1")];...

    forum.aspose.com/t/excel-shape-text-font-color-...
  6. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...currency format Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  7. 如何用C++向工作表添加/插入文本框|Documentation

    如何在Aspose.Cells中用C++向工作表添加/插入文本框。...Access first worksheet from the collection Worksheet sheet = workbook...// Add the TextBox to the worksheet sheet . GetTextBoxes (). Add...

    docs.aspose.com/cells/zh/cpp/add-text-box-to-wo...
  8. 用Node.js通过C++从Gear类型智能艺术形状中提取文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Gear类型智能艺术形状中提取文本。...); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-tex...
  9. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...); // Access the worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  10. 如何通过 Node.js 和 C++ 将 Excel 打印为宽和高适应页面|Documenta...

    本文展示了如何使用 Aspose.Cells for Node.js via C++ 设置 FitToPagesWide 和 FitToPagesTall 的代码示例。...the first worksheet in the Excel file const worksheet = workbook...length of the worksheet will be spanned worksheet . getPageSetup...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-prin...