• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Convert .tsv to .xls
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Convert .tsv to .xls (From: john Mitchell via AppleScript-Users <email@hidden>)
 >Re: Convert .tsv to .xls (From: Takaaki Naganoya via AppleScript-Users <email@hidden>)
 >Re: Convert .tsv to .xls (From: Takaaki Naganoya via AppleScript-Users <email@hidden>)

  • Prev by Date: Re: Convert .tsv to .xls
  • Next by Date: Re: AppleScript Date
  • Previous by thread: Re: Convert .tsv to .xls
  • Next by thread: Re: Convert .tsv to .xls
  • Index(es):
    • Date
    • Thread