LNK2005 Error When Packaging - conflicting plugins

I’m trying to package my game but I get a bunch of LNK2005 errors.

The problem is that I’m using two conflicting plugins: DirectExcel and RuntimeArchiver.

Example of a full error message:

UATHelper: Packaging (Windows): Module.DirectExcel.6_of_7.cpp.obj : error LNK2005: mz_zip_reader_init_mem already defined in Module.RuntimeArchiver.cpp.obj

I’m pretty new to C++ so I’m not totally sure what’s going on but it looks like they’re both trying to define functions from miniz.h. Is there a way to resolve this?