Skip to content

Instantly share code, notes, and snippets.

@tadao
tadao / gist:b5902b13c0f571fbe7c509a00618220a
Created November 25, 2022 02:52
Convert Numbers to Excel
#!/usr/bin/osascript
on run argv
set theFilePath to POSIX file (item 1 of argv)
set theFolder to theFilePath as alias
set exportName to (theFolder as text)
set exportName to exportName's text 1 thru -5
set exportName to (exportName & ".xlsx")