Update i18n from Calibre2Opds
If Excel 64Bits is used the following needs to be done : Private Declare Function -> Private Declare PtrSafe Function ByRef lpWideCharStr As Long -> ByRef lpWideCharStr As LongPtr
This commit is contained in:
parent
ee1264d087
commit
0787f6ead2
7 changed files with 38 additions and 5 deletions
|
@ -37,7 +37,7 @@ Sub Export_File(sType, iCol As Integer)
|
|||
iBlankLines = iBlankLines + 1
|
||||
Else
|
||||
iBlankLines = 0
|
||||
If Not isComment(sTemp) And Not sTemp Like "config*" And Not sTemp Like "gui*" And Not sTemp Like "error*" And Not sTemp Like "info*" And Not sTemp Like "stats*" Then
|
||||
If Not isComment(sTemp) And (Not (sTemp Like "config*") Or sTemp Like "config.Language*") And Not sTemp Like "gui*" And Not sTemp Like "error*" And Not sTemp Like "info*" And Not sTemp Like "stats*" Then
|
||||
sOut = """" & sTemp & """" & ":"
|
||||
' Print #oFile, "=";
|
||||
sTemp = shSheet.Cells(iRow, iCol).Value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue