Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New(preview): Adding preview with excel online for xlsb & xlsm files #1001

Merged
merged 4 commits into from
Jun 21, 2019

Conversation

kritishrivastava
Copy link
Contributor

Extending the preview with Excel Online functionality to xlsm and xlsb file formats

@boxcla
Copy link

boxcla commented May 28, 2019

Verified that @kritishrivastava has signed the CLA. Thanks for the pull request!

jeremypress
jeremypress previously approved these changes May 29, 2019
}
},
{
extension: 'xlsm',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to avoid repeating this block, you could keep the original fake file and then override the extension in the list here.

fakeFiles = [
{...fakeFile, extension: 'xlsx'},
{...fakeFile, extension: 'xlsb'},
{...fakeFile, extension: 'xlsm'},
];

@kritishrivastava
Copy link
Contributor Author

Updated the icon for xlsb files to match the excel spreadsheet icon currently used for xlsx/m files.

@mergify mergify bot merged commit c6359cd into box:master Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants