lightkurve.LightCurve.to_excel#

LightCurve.to_excel(path_or_buf, **kwargs) None[source]#

Shorthand for to_pandas().to_excel().

Parameters
path_or_bufstring or file handle

File path or object.

**kwargsdict

Dictionary of arguments to be passed to to_pandas().to_excel(**kwargs).