#include "napi.h"

namespace xlsx
{
    Napi::String replaceAllNapi( const Napi::CallbackInfo& info );
}
