Skip to content

Commit

Permalink
fix: change default worksheet name
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Dec 6, 2023
1 parent 9372812 commit f96fa5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function exportDrefAllocation(exportData: ExportData) {
buffer,
extension: 'png',
});
const worksheet = workbook.addWorksheet(`${name} DREF Allocation`, {
const worksheet = workbook.addWorksheet('DREF Allocation', {
properties: {
defaultRowHeight: 20,
},
Expand Down

0 comments on commit f96fa5f

Please sign in to comment.