6 Commits

Author SHA1 Message Date
oleibman d727455173 Document Excel's Behavior When Sorting Different DataTypes 2025-12-11 17:37:17 -08:00
oleibman fe6d02b7d8 Different Ways of Setting numbersRight 2025-12-04 18:51:30 -08:00
oleibman 341b999976 Improve Sample Output 2025-12-04 17:55:18 -08:00
oleibman ef6c3758c7 Minor Improvements to TextGrid
Add property to right-align numeric fields.

Make most private properties/methods protected.
2025-12-04 08:34:47 -08:00
oleibman 5c94de34a9 More Phpstan Level 10 Prep - Readers
Also upgrade Phpstan.
2025-05-03 21:18:55 -07:00
oleibman ca71ae77ac TextGrid Improvements
Helper/TextGrid was intended to assist with some samples. However, it has emerged recently on two tickets. PR #4342 intended to introduce functionality very similar to TextGrid, and was closed for that reason. Issue #1640 was closed as stale over 4 years ago, despite the fact that TextGrid seems an adequate resolution for it.

Since it seems that there is a use for this function beyond its original intended usage, I added a few parameters to give it some flexibility - the ability to omit row and/or column headers, and the ability to add a divider line between rows.

A description of this function is added to the formal documentation.
2025-03-22 20:37:28 -07:00