From 0f73ea71eeeacc708cf398c0886eb17986835a01 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 5 Dec 2015 12:34:39 -0500 Subject: add links to the important Spreadsheet::ParseExcel docs. (#34) --- lib/Spreadsheet/ParseXLSX.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm index 6e84e3e..f1916c3 100644 --- a/lib/Spreadsheet/ParseXLSX.pm +++ b/lib/Spreadsheet/ParseXLSX.pm @@ -23,6 +23,10 @@ use Spreadsheet::ParseXLSX::Decryptor; =head1 DESCRIPTION This module is an adaptor for L that reads XLSX files. +For documentation about the various data that you can retrieve from these +classes, please see L, +L, L, +and L. =cut -- cgit v1.2.3-54-g00ecf