Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 25,766 for

worksheet

(0.17 sec)
  1. 在Node.js via C++中使用Sparklines和3D格式设置|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel文件中利用Sparklines并应用3D格式。...xlsx" )); // Get the first worksheet const sheet = workbook . getWorksheets...Workbook (); // Add a Data Worksheet const dataSheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/using-spark...
  2. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  3. Setting Headers and Footers|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 Aspose.Cells for Python via .NET API....add headers and footers to worksheets. Headers and footers can...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/python-net/setting-header...
  4. Using Aspise.Cells for Java with Perl|Documenta...

    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....print "open $ok\n" ; my $worksheets = $workbook -> getWorksheets...print "worksheets $ok\n" ; my $worksheet = $worksheets -> get...

    docs.aspose.com/cells/java/using-aspose-cells-f...
  5. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....Cells lets developers sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The Sort method accepts the...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  6. Removing Slicer with Golang via C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++....programmatically, please use the Worksheet.Slicers.Remove() method. It...remove the slicer from the worksheet. Removing Slicer The following...

    docs.aspose.com/cells/go-cpp/removing-slicer/
  7. Populate Data First by Row then by Column with ...

    Learn how to populate data first by row then by column using the Aspose.Cells for C++ API....there are many cells in a worksheet and you follow the second...

    docs.aspose.com/cells/go-cpp/populate-data-firs...
  8. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...xlsx"); Worksheet sourceSheet = sourceWorkbook.Worksheets[0]; //...xlsx"); Worksheet destSheet = destWorkbook.Worksheets[0]; // Create...

    forum.aspose.com/t/formula-text-containing-loca...
  9. Changing the Layout of Pivot Table|Documentation

    How to change the layout of a Pivot Table with Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...table const pivotTable = worksheet . pivotTables . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/changing-t...
  10. Extract OLE Objects from Workbook with Node.js ...

    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....OLE objects on the first worksheet. Template document with OLE...OleObject collection in the first worksheet. const oles = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/extract-ole-ob...