Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import com.syncfusion.javahelper.system.io.*;
import com.syncfusion.javahelper.system.xml.*;

public class DynamicTable {
public class WordTable{
public static void main(String[] args) throws Exception {
// Loads the template document.
WordDocument document = new WordDocument(getDataDir("DynamicTable_Template.docx"));
WordDocument document = new WordDocument(getDataDir("WordTable_Template.docx"));
// Creates a list of employee details.
ListSupport<Employees> employeeDetails = getEmployeeDetails();
// Iterates each item in the list.
Expand Down
File renamed without changes.