From 1e9562bd76a83557ed4af7ac574e445f801366f8 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 10 Aug 2020 23:35:38 -0700 Subject: [PATCH] add target label for xlsxreader --- docs/Lua API.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 45eeca78e..5cecfb7f2 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -4102,6 +4102,8 @@ Lua plugin classes - ``shuffle()``: shuffles the sequence of numbers - ``next()``: returns next number in the sequence +.. _xlsxreader: + xlsxreader ==========