Exportera CHART-objekt till filformatet EMF med Cells Cloud SDK för Ruby
API
POST
https://api.aspose.cloud/v3.0/cells/export
Exportera CHART-objekt till filen EMF från filen Excel är en komplex uppgift. Exportera CHART till EMF formatövergångar utförs av vår Ruby SDK samtidigt som källdiagrammets huvudsakliga strukturella och logiska innehåll bibehålls. Vårt Ruby-bibliotek är en professionell lösning för att exportera CHART-objekt till filer i EMF-format online. Denna Cloud SDK ger Ruby-utvecklare kraftfull funktionalitet och perfekt EMF-utgång.
Kodexempel i Ruby med REST API för att exportera CHART till EMF-format från kalkylblad
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
describe 'cells_save_as_post_document_save_as test' do
it "should work" do
@instance = AsposeCellsCloud::LiteCellsApi.new($client_id,$client_secret,"v3.0","https://api.aspose.cloud/")
files = {}
name = $DataSourceXlsx
files[name] = ::File.open(File.expand_path("data/"+name),"r")
name =$AssemblyTestXlsx
files[name] = ::File.open(File.expand_path("data/"+name),"r")
format = 'emf'
objectType = 'chart'
result = @instance.post_export(files ,objectType ,format)
end
end
Hur man använder Cells Cloud SDK för Ruby för att exportera objekt från Excel CHART till EMF
- Registrera ett konto påinstrumentbräda för att få gratis API kvot & auktoriseringsinformation
- Initiera Cells API med ditt klient-ID, klienthemlighet, basadress och version API.
- Anrop post_export-metoden för att hämta den resulterande strömmen
Systemkrav
- ruby 2.5 eller nyare