Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 21,315 for

worksheet

(0.05 sec)
  1. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...background image for the worksheet sheet . SetBackgroundImage...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  2. Public API Changes in Aspose.Cells 8.1.1|Docume...

    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....Cells API will export the worksheet contents with better presentation...Layout Added Support for Worksheet Scenarios A scenario is named...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Insert a Linked Picture from Web Address with N...

    Learn how to insert a linked picture from a web address into a Worksheet using Aspose.Cells for Node.js via C++....the web (http://) into a worksheet. To do so, specify the picture’s...picture from a web address to a worksheet. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/insert-a-linke...
  4. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。...workbook with the specified worksheet only. const loadOptions =...{ // Load everything from worksheet "Sheet2" this . setLoadDataFilterOpt...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  5. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...getWorksheets (). get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  6. Handle Automatic Units of Chart Axis like Micro...

    Learn how to handle automatic units on chart axes in Aspose.Cells for C++, similar to Microsoft Excel. Our guide will show you how to configure and customize automatic units on a chart axis, including the display of scientific notation and adjusting the scale....Access first worksheet WorksheetCollection worksheets = wb . GetWorksheets...GetWorksheets (); Worksheet ws = worksheets . Get ( 0 ); // Access...

    docs.aspose.com/cells/cpp/handle-automatic-unit...
  7. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  8. Reading Cell Values in Multiple Threads Simulta...

    Learn how to Read Cell Values in Multiple Threads Simultaneously with Aspose.Cells for Java APIs....thread simultaneously, set Worksheet.getCells().setMultiThreadReadin()...workbook. Adds a worksheet. Populates the worksheet with string values...

    docs.aspose.com/cells/java/reading-cell-values-...
  9. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....a reference to the first Worksheet object Get a reference to...collection in the selected worksheet Call the merge() method in...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  10. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....the Worksheet.Copy() method can be used to copy worksheets into...idx < count ; ++ idx ) { Worksheet sheet = sheets . Get ( idx...

    docs.aspose.com/cells/cpp/merge-files/