Align all cells to the left in the current active sheet.
An extension for LibreOffice Calc.
|
|
2 months ago | |
|---|---|---|
| META-INF | 2 months ago | |
| img | 2 months ago | |
| .gitignore | 2 months ago | |
| Addons.xcu | 2 months ago | |
| Registration.py | 2 months ago | |
| build.pl | 2 months ago | |
| description.txt | 2 months ago | |
| description.xml | 2 months ago | |
| license.txt | 2 months ago | |
| readme.md | 2 months ago | |
| release.md | 2 months ago |
An extension for LibreOffice Calc that aligns all cells in the active sheet to the left.
I'll answer that question with a question.
Why is it a standard for spreadsheets to automatically align all numeric data (including currency, integers, and dates) automatically to the right?
This tells me the developers of spreadsheet apps all hang on to the traditional use of spreadsheets, which was likely accounting and forecasting.
It's annoying because spreadsheets are used for so much more these days, especially a way to table a bunch of items.
I'm not sure why number and dates should be aligned to the right, especially if the header row could be centered or left aligned, and never right aligned.
Anyway, I do not like the fact that this alignment behaviour hasn't changed in 30 years, and so this extension is just a simple quick way to get around that.
cpan )Fot the users of this code ...
Zip up the following files from within the root of the project :
Then change the extension from .zip to .oxt so the final file is
AlignAllCellsLeft.oxt
Run perl build.pl and you should end up with the file
AlignAllCellsLeft.oxt
Yes I know I know, the "Format" menu appears in the main LibreOffice window. You'll just have to get over it for now. But if it's a real issue for you please create an issue in this repository.
Originally I tried to build this so everything aligned left automatically, which would annoy some people that have data aligned right. So I decided to make it a button. I'd like to research having this as a toggle, when you open a spreadsheet or create a new one everything is aligned left. A toggle button to simply turn this off and aligning would be done via the current link. If you think that's a good idea let me know!
Not sure the "Format" menu is the best place for this item, or perhaps it goes under "Format -> Align Text"? Let me know if this is a good idea.
If you have any ideas or requests please raise it as an "issue" in the issues tab.