Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

ExcelScript.SortOrientation.columns

Aperta
#415 1 commento 0 reazioni 1 assegnatario Vedi su GitHub

@alison-mk ci sta già lavorando.

Dal 24/2/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

Needs: attention :wave: Type: doc bug
Type of issue

Code doesn't work

Feedback

Hi
Sorting by rows works well, but sorting by columns does not always seem to respect the option for headings and moves them as part of the sorting.

myRange.getSort().apply( [{key: 0, ascending: true}], false, true, ExcelScript.SortOrientation.columns ); // This moves the column headings 😣 myRange.getSort().apply( [{ key: 0, ascending: true }], false, true, ExcelScript.SortOrientation.rows ); // This does not move the row headings 🙂

Page URL

https://learn.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.rangesort?view=office-scripts

Content source URL

https://github.com/OfficeDev/office-scripts-docs-reference/blob/live/docs/docs-ref-autogen/excelscript/excelscript.rangesort.yml

Author

@o365devx

Document Id

cd738c17-bf7d-94ec-fd6f-6b3ea7dc6e95

Platform Id

86f698bc-a85b-7ad4-0631-6cffa1cbaa15

Lingua principale
TypeScript
Stelle
71
Fork
36
Merge medio
4g 14h
PR unite (30g)
12

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di OfficeDev/office-scripts-docs-reference

Tutte le issue di OfficeDev/office-scripts-docs-reference

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.