Opened 5 years ago
Closed 4 years ago
#3732 closed Feature Request (Rejected)
_Excel_BookList
Reported by: | seadoggie01 | Owned by: | water |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | Severity: | None | |
Keywords: | _Excel_BookList, _Excel_SheetList | Cc: |
Description
_Excel_BookList returns an array of [Object, Name, Path]
_Excel_SheetList returns an array of [Name, Object]
Can we switch one of these to match the other? It's difficult to remember which one is the object without referencing the documentation every time the functions are used
Attachments (0)
Change History (4)
comment:1 Changed 5 years ago by TicketCleanup
- Version 3.3.14.5 deleted
comment:2 Changed 4 years ago by Jpm
- Component changed from AutoIt to Standard UDFs
comment:3 Changed 4 years ago by Jpm
- Owner set to water
- Status changed from new to assigned
comment:4 Changed 4 years ago by water
- Resolution set to Rejected
- Status changed from assigned to closed
"Fixing" this problem results in a script breaking change. Changing the order of the returned data does not add any value to the function but a lot of work for existing users. If the user reads the documentation he can easily see the difference in the returned data of the two functions.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.