Loading constructs from a spreadsheet
from caravagene import ConstructList
my_constructs = ConstructList("from_spreadsheet.xlsx")
my_constructs.to_pdf("from_spreadsheet.pdf")
from caravagene import ConstructList
my_constructs = ConstructList("from_spreadsheet.xlsx")
my_constructs.to_pdf("from_spreadsheet.pdf")