renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

BRAOfficeDocumentPackage.h file not found #79

Open sahabe1 opened 7 years ago

sahabe1 commented 7 years ago

Hi I am trying to implement XlsxReaderWriter to our project and following same step for add implementation . but when try to access #import "BRAOfficeDocumentPackage.h" getting error file not found in Xcode 8.2.1

binsnoel commented 6 years ago

same here :)

charlymr commented 6 years ago

@binsnoel You should try my version of the lib. https://github.com/charlymr/XlsxReaderWriter

SNanjappa commented 6 years ago

Any luck on this?

linguinan commented 5 years ago

I fix the same issue by this:

import "XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h"