From 8919b8af2cc2747635d7b7ac813469ec4ed7ceee Mon Sep 17 00:00:00 2001 From: Madison May Date: Tue, 17 Dec 2024 20:45:58 -0500 Subject: [PATCH] feat: add xlsb / xlsm --- IndicoV2.StrawberryShake/schema.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IndicoV2.StrawberryShake/schema.graphql b/IndicoV2.StrawberryShake/schema.graphql index 40bc9e9..fc0d719 100644 --- a/IndicoV2.StrawberryShake/schema.graphql +++ b/IndicoV2.StrawberryShake/schema.graphql @@ -4191,6 +4191,8 @@ enum FileType { RTF XLS XLSX + XLSB + XLSM UNKNOWN MSG EML