Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 20,434 for

table

(0.34 sec)
  1. Add Pivot Connection|Documentation

    Learn how to add pivot connection with Aspose.Cells library....associate a slicer and a pivot table in Excel, you need to right‑click...associate a slicer and a pivot table using the Aspose.Cells API programmatically...

    docs.aspose.com/cells/net/add-pivot-connection/
  2. Horizontally Merged Cells - Free Support Forum ...

    I am trying to pull Table structures out of documents using words-python (version 25.9.0). I need to be able to detect merged cells properly. The vertical merges seem to work as anticipated based on documentation. Howeve…...1:02am 1 I am trying to pull table structures out of documents...out the first cell in that table, it should have cell.cell_format...

    forum.aspose.com/t/horizontally-merged-cells/31...
  3. How to Apply Custom Logic to Unmerged Regions|A...

    Apply custom logic to unmerged regions during a Mail Merge operation using Java....the region is contained in a table. If this region is unused then...then the title and table will still remain after the region is...

    docs.aspose.com/words/java/how-to-apply-custom-...
  4. IFieldDatabaseProvider | Aspose.Words for Java

    Implement this interface to provide data for the FieldDatabase field when its updated in Java....and display the result in a table. FieldDatabase field = (FieldDatabase)...query result in the field's table. field.setFirstRecord("1");...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Tags | Aspose.Note Documentation

    A guide on how to use and implement tags in Java applications....can now tag text, image, and tables. Aspose.Note for Java API supports...Node with a Tag . Add a New Table Node with a Tag . Add a New...

    docs.aspose.com/note/java/working-with-tags/
  6. Automating PowerPoint Generation in PHP: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for PHP—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....120 )); Add a Slide with a Table We’ll now add a slide that presents...key performance metrics in table format. $layoutSlide2 = $presentation...

    docs.aspose.com/slides/php-java/automating-powe...
  7. IFieldUserPromptRespondent.Respond | Aspose.Wor...

    Discover the IFieldUserPromptRespondent Respond method to capture user responses effectively. Learn how to handle cancellations seamlessly!...DataTable table = new DataTable ( "My Table" ); table . Columns..."Column 1" ); table . Rows . Add ( "Row 1" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Processing pivot tables corrupts Excel under so...

    I have a template worksheet that has a pivot Table on it. It works exactly as expected when processed through Aspose Cells. I copy that worksheet to a new file & rename it. Run through the same data load process and a…...Processing pivot tables corrupts Excel under some circumstances...worksheet that has a pivot table on it. It works exactly as expected...

    forum.aspose.com/t/processing-pivot-tables-corr...
  9. TableCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your TableCollection to an array with the ToArray method, simplifying data management and enhancing your application's performance....all tables from the collection to a new array of tables. public...public Table [] ToArray () Return Value An array of tables. Examples...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the Table at the bottom of th…...missing a lot of content from the table at the bottom of the page. Here...problem is that the layout of the table is not being fully calculated...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585