1. GroupDocs Documentation
  2. /
  3. GroupDocs.Assembly Product Family
  4. /
  5. GroupDocs.Assembly for Java
  6. /
  7. Developer Guide
  8. /
  9. Advanced Usage
  10. /
  11. Loading Multiple DocumentTable Objects from a Single File as a Single Operation

Loading Multiple DocumentTable Objects from a Single File as a Single Operation

Note
The code uses some of the objects defined in The Business Layer.

Loading Multiple DocumentTable Objects

API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added:

  • DocumentTableSet
  • DocumentTableCollection
  • IDocumentTableLoadHandler
  • DocumentTableLoadArgs.

Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added:

  • Name
  • IndexInDocument

Download

Data Source Document

Template

Loading DocumentTableSet using Default Options

Loading DocumentTableSet using Custom Options

Using DocumentTableSet as Data Source

CustomDocumentTableLoadHandler

ColumnNameExtractingDocumentTableLoadHandler