From 9cea0d92444dcd26e7bab98f623df044819287cf Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Tue, 16 Aug 2022 08:59:56 +0200 Subject: [PATCH] DOC: GH48019 add styler to excel --- pandas/core/generic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index d9264e8a18f2e..bc736773510fa 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -2256,6 +2256,7 @@ def to_excel( ExcelWriter : Class for writing DataFrame objects into excel sheets. read_excel : Read an Excel file into a pandas DataFrame. read_csv : Read a comma-separated values (csv) file into DataFrame. + io.formats.style.Styler.to_excel : Add styles to Excel sheet. Notes -----