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

worksheet

(0.2 sec)
  1. 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...
  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. Read Color of Shape's Glow Effect with JavaScri...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/read-color...
  4. Removing Slicer|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....Python via Java, use the Worksheet.getSlicers().remove() method...remove the slicer from the worksheet. The following code snippet...

    docs.aspose.com/cells/python-java/removing-slicer/
  5. 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...
  6. 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/
  7. Working with Data in NPOI and 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....Contents Insert Hyperlinks in Worksheet New Line in Cells AI Document...

    docs.aspose.com/cells/net/working-with-data-in-...
  8. 在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...
  9. 通过 Node.js 加载或导入带有公式的 CSV 文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载和导入包含公式的 CSV 文件。...starting from cell D4 const worksheet = workbook . getWorksheets...getWorksheets (). get ( 0 ); worksheet . getCells (). importCSV ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/load-or-imp...
  10. 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...