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 handleFile path or object. **kwargsdictDictionary of arguments to be passed to to_pandas().to_excel(**kwargs).