| 199 | } |
| 200 | |
| 201 | bool Worksheet::exportToFile(const QString& path, const ExportFormat format, const ExportArea area, const bool background, int resolution) const { |
| 202 | return static_cast<WorksheetView*>(view())->exportToFile(path, format, area, background, resolution); |
| 203 | } |
| 204 | |
| 205 | bool Worksheet::exportView() const { |
| 206 | #ifndef SDK |
no outgoing calls
no test coverage detected