mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 15:03:14 +02:00
engine-q merge
This commit is contained in:
@ -22,7 +22,12 @@ fn from_excel_file_to_table_select_sheet() {
|
||||
r#"
|
||||
open sample_data.xlsx --raw
|
||||
| from xlsx -s ["SalesOrders"]
|
||||
<<<<<<< HEAD
|
||||
| get
|
||||
=======
|
||||
| columns
|
||||
| get 0
|
||||
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user