Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 21,318 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. Verify that Cell Value Satisfies Data Validatio...

    Learn how to Verify Cell Value Satisfies Data Validation Rules through the Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...
  3. 使用Node.js通过C++在工作表内旋转带有形状的文本|Documentation

    了解如何使用Aspose.Cells for Node.js via C++在Excel工作表内旋转带有形状的文本。...); // Access first worksheet. const worksheet = workbook . getWorksheets...inside it. const cellB4 = worksheet . getCells (). get ( "B4"...

    docs.aspose.com/cells/zh/nodejs-cpp/rotate-text...
  4. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...Workbook (); // Get first worksheet of the workbook const sheet...getWorksheets (). get ( 0 ); // Get worksheet's cells collection const cells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  5. 设置工作表的背景图片|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...
  6. 使用 C++ 保护工作表|Documentation

    了解如何使用 Aspose.Cells 与 C++ 保护 Microsoft Excel 文件中的工作表、行、列和特定单元格。...Workbook 类包含 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...first worksheet in the Excel file Worksheet worksheet = excel...

    docs.aspose.com/cells/zh/cpp/protecting-workshe...
  7. Convert Text to Columns using Aspose.Cells|Docu...

    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....provides this feature via Worksheet.Cells.TextToColumns() method...code explains the usage of Worksheet.Cells.TextToColumns() method...

    docs.aspose.com/cells/net/convert-text-to-colum...
  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. 在Ruby中将工作表转换为图像|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.... Ruby 代码 def worksheet_to_image ( workbook ) #Create...getPng ()) # Get the first worksheet. sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/converting-worksh...