Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 30,425 for

worksheet

(0.19 sec)
  1. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。...workbook ; // Get first Worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-external-links...
  2. Locking WordArt Watermark|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....WordArt watermarks on the worksheet in a way that the WordArt...move and position on the worksheet. It is also possible to lock...

    docs.aspose.com/cells/net/locking-wordart-water...
  3. Missing Features of xlsx4j in 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....in xlsx4j Export Data from Worksheets in xlsx4j Find Value in Cells...in xlsx4j Import Data to Worksheets in xlsx4j Sort Data in xlsx4j...

    docs.aspose.com/cells/java/missing-features-of-...
  4. Aspose.Cells 16.11.0 的公共 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....CustomSettings (); // Accesses the 1st worksheet from the collection which...range A2:B9 Worksheet sheet = book . Worksheets [ 0 ]; // Adds...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. template.xlsx

    DEMO_VARIABLES Scope Name Variable Name Variable Value Type RootDataVar RootData DirectorsVar RootData.Directors ReporteesVar RootData.Directors.Reportees CtcPerEmployeeVar RootData.CtcPerEmployee ......LastName} Expression Worksheet EMPVAR-01 DirectorsVar RootData...RootData.Directors Worksheet EMPVAR-02 ReporteesVar DirectorsVar...

    docs.aspose.com/cells/sv/net/smart-marker-param...
  6. template.xlsx

    DEMO_VARIABLES Scope Name Variable Name Variable Value Type RootDataVar RootData DirectorsVar RootData.Directors ReporteesVar RootData.Directors.Reportees CtcPerEmployeeVar RootData.CtcPerEmployee ......LastName} Expression Worksheet EMPVAR-01 DirectorsVar RootData...RootData.Directors Worksheet EMPVAR-02 ReporteesVar DirectorsVar...

    docs.aspose.com/cells/ja/net/smart-marker-param...
  7. Named Ranges|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....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. *Named ranges...

    docs.aspose.com/cells/java/named-ranges/
  8. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different workbooks, only the range copied from the first workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...the top of the destination worksheet. The second row should have...destinationWorkbook = new Workbook(); Worksheet destinationSheet = destinationWorkbook...

    forum.aspose.com/t/outline-levels-not-copying-c...
  9. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...loadOptions); // Process worksheets for (int i = 0; i < workbook...getCount(); i++) { final Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/height-and-width-is-not-sett...
  10. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel Worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...extract a range from an Excel worksheet as HTML content, which I then...Workbook("input.xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Define...

    forum.aspose.com/t/avoid-inserting-empty-ranges...