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")