Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling of colorizers on xlsx files. #2317

Closed
krackout opened this issue Feb 16, 2024 · 3 comments · Fixed by #2455
Closed

Allow disabling of colorizers on xlsx files. #2317

krackout opened this issue Feb 16, 2024 · 3 comments · Fixed by #2455

Comments

@krackout
Copy link

It seems that colour support for xlsx files was added with this:
#1718

I recently updated from Visidata 2.11 to 3.0.2. I prefer to not have text and fill colours on xlsx files (as in v2.11), yet I cannot disable colorizers.
I've tried starting visidata --xlsx-meta-columns=False parametre, but unfortunately colours are still on. Also tried to switch theme to asciimono, yet xlsx files still load with colours.

If xlsx-meta-columns=False is supposed to disable colours on xlsx, I'm filling a bug report. Else sorry for misunderstanding and please guide me to the proper way of disabling them.

@krackout krackout added the bug label Feb 16, 2024
@frosencrantz
Copy link
Contributor

This would be useful, too. I like having the colors, however, there are spreadsheets where the color choice is not useful, and can make seeing the values in VisiData more difficult.

@anjakefala
Copy link
Collaborator

Ah no, xlsx-meta-columns is for whether to include columns that contain meta information about an xlsx file. It's False by default! I'm going to convert this into a feature request.

@anjakefala anjakefala added wishlist and removed bug labels Jul 15, 2024
@anjakefala anjakefala changed the title Cannot disable colorizers on xlsx files. Allow disabling of colorizers on xlsx files. Jul 15, 2024
@anjakefala
Copy link
Collaborator

Hi @krackout! I added a --xlsx-color-cells option that you can set to False. It's currently available on the develop branch. You can pip3 install git+https://github.com/saulpw/visidata or wait for the next release, which is coming soon. =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants