jlord / sheetsee.js

:eyes: :chart_with_upwards_trend: Visualize Data from a Google Spreadsheet
jlord.github.io/sheetsee.js
Other
2.96k stars 865 forks source link

<uses-permission android:name="android.permission.INTERNET" /> #577

Open a2425rdl opened 4 months ago

a2425rdl commented 4 months ago
          <uses-permission android:name="android.permission.INTERNET" />

String? name // Nullable type. Can be null or string.

String name // Non-nullable type. Cannot be null but can be string.a

_Originally posted by @a2425rdl in https://github.com/jlord/sheetsee.js/pull/237#discussion_r1593977459_

wally1234WALLY commented 3 months ago