| Blue text | 0,0,255 | Hardcoded inputs, scenario values | | Black text | 0,0,0 | ALL formulas and calculations | | Green text | 0,128,0 | Links from other worksheets | | Red text | 255,0,0 | External links to other files | | Yellow background | 255,255,0 | Key assumptions needing attention |
| Data analysis | pandas | df = pd.readexcel('file.xlsx') | | Formulas & formatting | openpyxl | sheet['A1'] = '=SUM(B:B)' | | Large files (read) | openpyxl | loadworkbook('file.xlsx', readonly=True) | | Large files (write) | openpyxl | Workbook(writeonly=True) |
openpyxl writes formulas but doesn't calculate values. Use LibreOffice to recalculate:
يقوم بإنشاء وتحرير جداول بيانات Excel باستخدام الصيغ والتنسيق ومعايير النمذجة المالية. يُستخدم عند العمل مع ملفات .xlsx، أو النماذج المالية، أو تحليل البيانات، أو جداول البيانات ذات الصيغة الثقيلة. يغطي إعادة حساب الصيغة، ومعايير الترميز اللوني، والمزالق الشائعة. المصدر: mjunaidca/mjs-agent-skills.