Changes between Version 6 and Version 7 of UserGuidelines/Importer/Excel
- Timestamp:
- 10/28/15 10:55:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Importer/Excel
v6 v7 37 37 =OFFSET(L4_Start,MATCH(L3_Selected,L3s_for_L4,0),0,COUNTIF(L3s_for_L4,L3_Selected),1) 38 38 }}} 39 39 40 == Examples == 40 41 * [http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/Importer/Excel/Volunteer%20Import%20Template%20(mg).xlsm Volunteers for Malagasy Red Cross] 42 43 == Using Python == 44 It is possible to use Python to develop in Excel, e.g. 45 * [http://docs.xlwings.org/index.html XLWings] 46 * Can deploy standalone folders 47 48 However, is it worth the deployment complexity for the ease of coding? 49 50 NB Office 365 can be downloaded with a free month's trial to allow developing a template 41 51 42 52 == See Also ==