diff options
| author | Randy Morgan <[email protected]> | 2013-04-28 13:18:39 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-04-28 13:18:39 +0900 |
| commit | 0c9a48eef60d4d81a2c2bd5a4b0b87c981e1e062 (patch) | |
| tree | 44958e0175343ba77e6fa19a70ee956108663f1b /examples | |
| parent | eb660629e9dd2f4dbd5310dc885203f91056f956 (diff) | |
| download | caxlsx-0c9a48eef60d4d81a2c2bd5a4b0b87c981e1e062.tar.gz caxlsx-0c9a48eef60d4d81a2c2bd5a4b0b87c981e1e062.zip | |
Show whitespace preservation in basic worksheet example.
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/example.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example.rb b/examples/example.rb index 08488117..04e49d8f 100755 --- a/examples/example.rb +++ b/examples/example.rb @@ -57,6 +57,7 @@ if examples.include? :basic wb.add_worksheet(:name => "Basic Worksheet") do |sheet| sheet.add_row ["First Column", "Second", "Third"] sheet.add_row [1, 2, 3] + sheet.add_row [' preserving whitespace'] end end #``` |
