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: Sun, 5 Jul 2020 11:58:57 +0900
John,
You'd better to study how to operate file path.
You have to get path information from choose file name command.
set myPath to (choose file name) as string
--> "Macintosh HD:Users:me:Desktop:test"
So, you can save Numbers document in your favorite directory and file name.
Takaaki Naganoya
> 2020/07/05 11:34、john Mitchell <email@hidden>のメール:
>
> Hi
>
> I like to work in Numbers and yes, it opens XLS, but then I have 2 versions
> of the same data
>
> I’m having trouble with saving it as a Numbers file :-(
>
> tell application "Numbers"
> set numFile to open file (choose file name)
> save numFile as (numbers)
> end tell
>
> ...which fails
>
>> On 5 Jul 2020, at 12:03 , Takaaki Naganoya <email@hidden> wrote:
>>
>> John,
>>
>> Do you mean Numbers document in this case?
>>
>> You can open CSV file with Numbers. Then you can save it as numbers document.
>> It is the fastest way to make Numbers file.
>>
>> Takaaki Naganoya
>>
>>
>>
>
>
>
> 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
>
>
>
--
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