gspread-formatting icon indicating copy to clipboard operation
gspread-formatting copied to clipboard

Complete cell formatting support for Google spreadsheets via gspread package.

Results 6 gspread-formatting issues
Sort by recently updated
recently updated
newest added

Same as `get_effective_format` but works with ranges.

Hi, I'm trying to run this simple formatting but pycharm is unable to find **textFormat** reference, I've already removed my virtualenv and reinstalled again but I get the same problem....

https://github.com/robin900/gspread-formatting/blob/e895e0eb2bd81fdfbdb4af6618a088adbbc8cd1a/gspread_formatting/dataframe.py#L170 Facing error at above line while using the `gspread_formatting.dataframe.format_with_dataframe` in code. Just curious I am reading a spreadsheet and then creating a worksheet object from the spreadsheet. How in...

Fixed class name from cellFormat to CellFormat

hide_show_columns and hide_show_column functions

I'm looking to build a utility that checks the spelling of one cell against another, and color codes individual words. Is this possible with gspread-formatting ? If so, please just...