Closed cfsimplicity closed 2 years ago
Currently flushOsgiBundle() will simply reload the current version, but sometimes it's necessary to flush a previous version when upgrading. Allow the version to be specified as an argument. e.g.
flushOsgiBundle()
spreadsheet.flushOsgiBundle( "5.1.0.0" );
Currently
flushOsgiBundle()
will simply reload the current version, but sometimes it's necessary to flush a previous version when upgrading. Allow the version to be specified as an argument. e.g.