Adi Vaknin

Results 40 comments of Adi Vaknin

Maybe related to https://github.com/DeepSpace2/StyleFrame/issues/42. I think this is not about the default value of `Styler.bg_color`, but of `Styler.fill_patern_type`, right?

Interesting idea, thanks! I think the suggested API is a bit problematic when `to_excel` is used in the following use cases: - saving multiple dataframes to the same sheet -...

I agree, so it seems like `sf.style_as_table(...)` (or some other name) is the way to go.

No, each `sf` (A `StyleFrame` instance) represents an entire dataframe.

Upon further inspection, this can be achieved with the already available API, and quite succinctly. Going with [this example](https://openpyxl.readthedocs.io/en/stable/worksheet_tables.html), which produces this output: ![image](https://user-images.githubusercontent.com/6841988/121690162-294e4080-cace-11eb-9d89-6d4d24a91c21.png) Consider this code using the existing...

Hi. `StyleFrame.read_excel` uses `pandas.read_excel`, and they provide a very similar output when dealing with merged cells. Consider the sheet: ![image](https://user-images.githubusercontent.com/6841988/87417744-4c7c2180-c5d9-11ea-9554-98cf2eb19c25.png) Then reading with both `pandas.read_excel` and `StyleFrame.read_excel` we get a...

As a temp workaround, I created a temp branch that will preserve merged cells data when using `read_style=True` then `to_excel().save()`, but it still does not allow to merge/unmerge arbitrary cells....

Please see #42 regarding the failed Travis build

For future readers or those who google "powerline weather" (like I did): The built-in `powerline.segments.common.wthr.weather` segment relies on Yahoo Weather API which is not available anymore so I made a...

+1 Can we please get a response for this? At the moment it seems impossible to create a rule that has a VSYS as a target. No matter what syntax...