We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1b91f commit 9a40dadCopy full SHA for 9a40dad
README.md
@@ -156,17 +156,16 @@ sheet.to_xml
156
sheet.to_yaml
157
```
158
159
-You can specified file as default argument to `#to_csv`:
+Specify the file as default argument for `#to_csv`:
160
161
```ruby
162
-# puts csv format content into a specified file
163
sheet.to_csv(File.new("/dev/null"))
164
165
166
-also you can specify the custom separator for the content:
+specify the custom separator:
167
168
169
-sheet.to_csv(separator: ":") # "," is used by default
+sheet.to_csv(separator: ":") # "," using by default
170
171
172
### Excel (xlsx and xlsm) Support
0 commit comments