Maple can indeed export a ".mw" document as a ".tex" file. In order to compile the ".tex" file in your favourite LaTeX editor, you will need to import Maple's style file "maplestd2e.sty" to your LaTeX compiler (e.g. MiKTeX Package Manager), and possibly the environment definition "mapleenv.def" as well:
Windows:
C:\Program Files\Maple 2020\etc\maplestd2e.sty C:\Program Files\Maple 2020\etc\mapleenv.def
Macintosh:
//Library/Frameworks/Maple.framework/Versions/2020/etc/maplestd2e.sty //Library/Frameworks/Maple.framework/Versions/2020/etc/mapleenv.def
Linux:
//home/$USER/maple2020/etc/maplestd2e.sty //home/$USER/maple2020/etc/mapleenv.def
You may require some or all of the other files in the same folder. For more information, please see the Printing and Viewing Maple LaTeX Documents help page.
Please note that the export feature is by no means robust, and is to be regarded just a starting point, usually to be followed by manual tweaking. Also, ensure that there are no error messages in the original worksheet, as they can lead to problems in the LaTeX file.