File: Todo.pod

package info (click to toggle)
libspreadsheet-readsxc-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,368 kB
  • sloc: perl: 1,377; makefile: 8; xml: 2
file content (27 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=head1 TO DO

Steps to implement with/for L<Spreadsheet::Read>

=over 4

=item 1

Do not strip whitespace of cell contents,

It currently gets me ', but xlsx returns an empty field. It is up to you to decide what you want

And a field with just a single ' should return an empty field, but I would accept a single quote too

a field can hold a single space as valid content. I don't think you should strip trailing spaces by default

=item 2

Support for cell attributes: background color, text color,

=item 3

the rest

=back

=cut