jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 631 forks source link

Docs: Links to Microsoft documentation for Worksheet Tables are broken #1017

Closed noelleleigh closed 1 year ago

noelleleigh commented 1 year ago

Current behavior

The links to external Microsoft Office documentation on the Working with Worksheet Tables page no longer work due to Microsoft changing their URL format.

For example, http://office.microsoft.com/en-us/excel-help/overview-of-excel-tables-HA010048546.aspx no longer goes to the expected support page.

Expected behavior

The new location for that page is https://support.microsoft.com/en-us/office/overview-of-excel-tables-7ab0bb7d-3a9e-4b56-a3c9-6c94334e492c.

Sample code to reproduce

Not applicable (documentation)

Environment

- XlsxWriter documentation: https://xlsxwriter.readthedocs.io/working_with_tables.html

Any other information

I have a branch in my fork to fix these issues on that specific page ready to go.

OpenOffice and LibreOffice users