Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 21,318 for

worksheet

(0.07 sec)
  1. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with C++....Transparent Image of Excel Worksheet Delete redundant spaces after...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  2. Public API Changes in Aspose.Cells 8.8.3|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....Adding ActiveX Controls to Worksheet . Following is the simple...Workbook (); // Access first worksheet from the collection var sheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Cells Formatting|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....formats the cell C4 of the worksheet in various ways and the screenshot...Conditional Formatting in Worksheet Create Named Range in a Workbook...

    docs.aspose.com/cells/cpp/cells-formatting/
  4. Aspose.Cells 8.8.1中的公共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....first worksheet containing a chart Worksheet worksheet = workbook...chart from the worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Managing OLE Objects with Node.js via C++|Docum...

    Learn how to manage OLE objects in Aspose.Cells for Node.js via C++. Add, extract, and manipulate OLE objects within Worksheets....Inserting OLE Objects into the Worksheet Aspose.Cells for Node.js via...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/nodejs-cpp/managing-ole-o...
  6. Convert Excel to High-Resolution Image with Nod...

    Learn how to convert Excel files to high-resolution images using Aspose.Cells for Node.js via C++.... Png ); // Get the worksheet const sheet = workbook . getWorksheets...Generate Thumbnail of the Worksheet with Node.js via C++...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  7. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code....Workbook ( filePath ); const worksheet = workbook . getWorksheets...cell = null ; do { cell = worksheet . getCells (). find ( "search"...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  8. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C++ API or Library....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/cpp/setting-headers-and-f...
  9. 在工作簿内或之间复制和移动工作表,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在工作簿内或之间复制和移动工作表。高效管理你的工作簿结构。...); // Move the sheet const worksheets = excelWorkbook2 . getWorksheets...(); const worksheet = worksheets . get ( 0 ); worksheet . moveTo...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-and-mo...
  10. 在PHP中将工作表转换为图像|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....getPng ()); //Get the first worksheet. $sheet = $book -> getWorksheets...//Generate an image for the worksheet $sr -> toImage ( $j , $dataDir...

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