Cell styling - React Native | Javascript | Typescript - not working #3242

Closed
opened 2024-10-22 11:56:29 +00:00 by aabid.devit · 1 comment

My project is in React Native

I want to apply basic formatting to excel work sheet.

Styles I need
Cell -> Bold, Text alignment background color.

What I tried is

ws['A1'].s = { font: { bold: true, sz: 24 }, alignment: { horizontal: 'center' } };

Nothing happens

### **My project is in React Native** I want to apply basic formatting to excel work sheet. Styles I need Cell -> Bold, Text alignment background color. **What I tried is** > ws['A1'].s = { font: { bold: true, sz: 24 }, alignment: { horizontal: 'center' } }; Nothing happens
Owner

Styling is part of SheetJS Pro Basic. If you're curious about the roadmap and eventual addition to SheetJS CE, there was some discussion in the chat

Styling is part of [SheetJS Pro Basic](https://sheetjs.com/pro). If you're curious about the roadmap and eventual addition to SheetJS CE, there was some discussion in the [chat](https://sheetjs.com/chat)
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#3242
No description provided.