Skip to content

Commit

Permalink
feat(gr-sheet): add spreadsheet version
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Dec 10, 2024
1 parent acea698 commit 2668d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gr-sheet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface GRItem<T extends CommonGRItemData> {

export default function getConvertor(): GRSheetConvertor {
return {
label: "ISO GR sheet",
label: "ISO GR sheet v7a",
inputDescription: "One or more TC 211 GR v6 spreadsheet files, in XLSX format, containing proposed additions",
parseInput,
generateItems,
Expand Down

0 comments on commit 2668d6f

Please sign in to comment.