Re: Convert .tsv to .xls
Re: Convert .tsv to .xls
- Subject: Re: Convert .tsv to .xls
- From: Takaaki Naganoya via AppleScript-Users <email@hidden>
- Date: Sat, 4 Jul 2020 16:47:04 +0900
John,
There is some way.
(1)Disable SIP (System Integrity Protection)
You can disable sip. This takes no additional cost. After disabling SIP, Script
Editor does not bars the JXLS framework any more.
(2)Use Script Debugger
You can use third-party framework after macOS 10.14. This is nice choise.
(3)Build Xcode Project
You can call third-party framework within its project. This requires Apple
Developer Account.
(4)Build Scriptable app with Xcode
You can make scriptable app by AppleScriptObjC with Xcode. It can be called
from AppleScript by using English like terms. This requires Apple Developer
Account.
Takaaki Naganoya
2020/07/04 11:13、john Mitchell via AppleScript-Users
<email@hidden>のメール:
>
> Takaaki
>
> tks for this resource. On Catalina it bars the JXLS framework - how can we
> make it compliant?
>
>> Message: 1
>> Date: Fri, 3 Jul 2020 14:11:37 +0900
>> From: Takaaki Naganoya <email@hidden>
>> To: "ASUL (AppleScript)" <email@hidden>
>> Subject: Re: Convert .tsv to .xls
>> Message-ID: <email@hidden>
>> Content-Type: text/plain; charset=utf-8
>>
>> I wrote an AppleScript to generate xls file without Excel.
>>
>> http://piyocast.com/as/archives/4557
>>
>> It use JXLS framework wich I built. If you have Script Debugger, you can
>> execute the script.
>> And you can write tsv to Excel file script without Excel.
>>
>> And...you can write the script to open tsv with Numbers and export it as
>> excel file without Excel.
>
> regards
>
>
> John
>
> CQR Pty Ltd
> 1005/2 Dind Street, Milsons Point, NSW 2061 Australia
> ABN: 45 001 785 191
> Email: email@hidden • Mob: +61 410 318 131
> Skype: jrmitchell
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
--
Takaaki Naganoya
email@hidden
http://piyocast.com/as/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden