05BatchExport
Class BatchExport
¶
A notebook to showcase the usage of BatchExport
class
In [ ]:
Copied!
# import the class
from blueautomata.batch_export import BatchExport
# import the class
from blueautomata.batch_export import BatchExport
In [ ]:
Copied!
df = pd.read_excel('data/output.xlsx')
temp = BatchExport(
destination='data/dept',
masterlist= df,
)
temp.batch_export()
df = pd.read_excel('data/output.xlsx')
temp = BatchExport(
destination='data/dept',
masterlist= df,
)
temp.batch_export()
Last update:
2023-09-07
Created: 2023-09-07
Created: 2023-09-07