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

excel worksheet

(0.46 sec)
  1. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。...Cells提供了一个代表Microsoft Excel文件的Workbook类。Workbook类包含一个允许访问Excel文件中每个工作表的W...heetCollection。工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  2. aspose.cell,输出pdf,文本框中文本与在Excel中显示效果不一致。 - Free...

    aspose.cell,Excel文件保存为pdf,文本框中文本与在Excel中显示效果不一致。CalculateTextSize计算的文本高度也没超过文本框,但是输出pdf时文本已溢出文本框 testPdf.zip (256.2 KB) public static void testHeight() { //CellsHelper.DPI = 168; Workbook workbook = new Wor…...cell,输出pdf,文本框中文本与在Excel中显示效果不一致。 中文技术支持 cells-net lingtian...6:10am 1 aspose.cell,Excel文件保存为pdf,文本框中文本与在Excel中显示效果不一致。Calculat...

    forum.aspose.com/t/aspose-cell-pdf-excel/325576
  3. Your First Aspose.Cells Application - Hello Wor...

    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....application creates a Microsoft Excel file with the words Hello World...in a specified cell of a worksheet. Creating the Hello World...

    docs.aspose.com/cells/java/your-first-aspose-ce...
  4. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....on other worksheets or on websites. Microsoft Excel lets users...hyperlinks can make navigating a worksheet easier, for example, as next‑...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  5. Find or Search Data|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....Contents [ Hide ] In Microsoft Excel, users can search for cells...clicks OK to search for it. Excel highlights matching fields....

    docs.aspose.com/cells/java/find-or-search-data/
  6. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....Contents [ Hide ] Microsoft Excel allows users to add comments...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  7. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....// Open first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Get Worksheet Cells Collection Cells cell...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  8. 如何通过 Node.js 以及 C++ 改变评论字体颜色|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....Contents [ Hide ] Microsoft Excel 允许用户为单元格添加评论,以提供额外信息和突出显示数据...// Get the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  9. HTML with Golang via C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with Golang via C++....Contents [ Hide ] Converting Excel Workbook to HTML The Aspose...file using C++: Converting Excel Workbook to MHTML Files MHTML...

    docs.aspose.com/cells/go-cpp/convert-excel-to-h...
  10. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to use Aspose.Cells for C++ to add cells to the formula watch window in Excel. Load or create an Excel file, manipulate cells, set formulas, and save the modified file....Add Cells to Microsoft Excel Formula Watch Window with Golang...Usage Scenarios The Microsoft Excel Watch Window is a useful tool...

    docs.aspose.com/cells/go-cpp/add-cells-to-micro...