Loading...
Searching...
No Matches
com.gams.examples.transport.Transport10 Class Reference

This example demonstrates how to retrieve an input for GAMS Transport Model from an Excel file (transport.xls) using JExcelApi, a open source java API for reading/writing Excel (See http://jexcelapi.sourceforge.net/) and Apache POI, Apache Java API for the Microsoft Documents (https://poi.apache.org/). More...

Detailed Description

This example demonstrates how to retrieve an input for GAMS Transport Model from an Excel file (transport.xls) using JExcelApi, a open source java API for reading/writing Excel (See http://jexcelapi.sourceforge.net/) and Apache POI, Apache Java API for the Microsoft Documents (https://poi.apache.org/).

The example runs a job via the wrapper transport model of [trnsport] model in GAMS Model Library.

Definition at line 23 of file Transport10.java.