when try to add image to [XLUtils] MS Word Documents
for some images iget this error
Error occurred on line: 436 (WordDocument)
java.io.FileNotFoundException: (path) (Access is denied)
i add image using
notes
the file in its place and not using by any other app (i can check it with File.Exists)
some other images work
for some images iget this error
Error occurred on line: 436 (WordDocument)
java.io.FileNotFoundException: (path) (Access is denied)
i add image using
B4X:
Document.Append($"[p Alignment=Center][img Dir="${ImgPath}" FileName="${image name}" Width=${ImgW} Height=${imgH}/][/p]"$)
the file in its place and not using by any other app (i can check it with File.Exists)
some other images work