# fluentform/3.6.51/app/Services/Spout/Reader/ODS/ReaderOptions.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.51. 15 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.51/code/app/Services/Spout/Reader/ODS/ReaderOptions.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.51/raw/app/Services/Spout/Reader/ODS/ReaderOptions.php
- Modified: 2019-05-31T20:28:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/3.6.51/code/app/Services/Spout/Reader/ODS/ReaderOptions.php#L10-L20`.

```php
<?php

namespace Box\Spout\Reader\ODS;

/**
 * Class ReaderOptions
 * This class is used to customize the reader's behavior
 *
 * @package Box\Spout\Reader\ODS
 */
class ReaderOptions extends \Box\Spout\Reader\Common\ReaderOptions
{
    // No extra options
}

```
