You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
But if we are using the following dependencies the the arquillian test gets
build success, But spreadsheet service is not working when we write the data
into spreadsheet cell.
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>gdata-core</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>gdata-client</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>gdata-spreadsheet</artifactId>
<version>3.0</version>
</dependency>
But, Adding the latest version the functionality is working that is we can
write into spreadsheet cell. But test cause failed
<dependency>
<groupId>com.google.gdata</groupId>
<artifactId>core</artifactId>
<version>1.47.1</version>
<type>jar</type>
</dependency>
Original issue reported on code.google.com by [email protected] on 14 Aug 2014 at 7:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Aug 2014 at 7:27The text was updated successfully, but these errors were encountered: