Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 20,343 for

loadoptions

(0.07 sec)
  1. 从模板文件加载工作簿时过滤数据类型|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....请使用 LoadOptions.load_filter 属性实现此目的。 以下示例代码仅在从...的内容,并且解释了红色和黄色背景中的数据将不会被加载,因为 LoadOptions.load_filter 属性已设置为 LoadDataFilterOption...

    docs.aspose.com/cells/zh/python-net/filtering-t...
  2. Ladda käll Excel fil utan diagram med Node.js v...

    Lär dig hur du laddar en Excel fil utan diagram med Aspose.Cells for Node.js via C++.... Vänligen använd LoadOptions.getLoadFilter() för detta...options = new AsposeCells . LoadOptions (); // Include everything...

    docs.aspose.com/cells/sv/nodejs-cpp/load-source...
  3. Comment lire un fichier Excel protégé par mot d...

    Ce court tutoriel contient des informations sur la façon de lire un fichier Excel protégé par mot de passe en Python. Il explique comment utiliser Python pour ouvrir un fichier Excel protégé par mot de passe à l'aide d'instructions pas à pas et d'un exemple de code Python exécutable....Instanciez l’objet de classe LoadOptions requis pour charger le fichier...l’aide de l’objet de classe LoadOptions ayant le mot de passe Afficher...

    kb.aspose.com/fr/cells/python/how-to-read-passw...
  4. 如何在 Python 中读取受密码保护的 Excel 文件

    这个简短的教程包含有关如何在 Python 中读取受密码保护的 Excel 文件的信息。它解释了如何在分步说明和可运行的示例 Python 代码的帮助下使用 Python 打开受密码保护的 excel 文件。...文件所需的 LoadOptions 类对象 设置密码打开加密的Excel文件 使用具有密码的 LoadOptions 类对象将...环境以运行代码。在接下来的步骤中,我们通过设置打开加密 Excel 文件的密码来配置 LoadOptions 类对象,然后在加载工作簿时使用它。在最后一步,成...

    kb.aspose.com/zh/cells/python/how-to-read-passw...
  5. Cách mở tệp Excel được bảo vệ bằng mật khẩu tro...

    Bài viết này bao gồm thông tin về cách mở tệp Excel được bảo vệ bằng mật khẩu trong Java. Bằng cách sử dụng Java mở tệp Excel bằng mật khẩu với sự trợ giúp của một vài dòng mã được cung cấp trong bài viết này....thể hiện của đối tượng lớp LoadOptions để sử dụng thuộc tính mật...Workbook bằng đối tượng LoadOptions bằng mật khẩu Các bước nói...

    kb.aspose.com/vi/cells/java/how-to-open-passwor...
  6. Python에서 암호로 보호된 Excel 파일을 읽는 방법

    이 짧은 자습서에는 Python에서 암호로 보호된 Excel 파일을 읽는 방법에 대한 정보가 포함되어 있습니다. 단계별 지침과 실행 가능한 샘플 Python 코드를 사용하여 Python 개방형 암호로 보호된 Excel 파일을 사용하는 방법을 설명합니다....보호된 Excel 파일을 로드하는 데 필요한 LoadOptions 클래스 개체를 인스턴스화합니다. 암호화된 엑셀...파일을 열기 위한 비밀번호 설정 비밀번호가 있는 LoadOptions 클래스 개체를 사용하여 Excel 파일을 Workbook...

    kb.aspose.com/ko/cells/python/how-to-read-passw...
  7. Tentukan Opsi Muat di Python|Aspose.Words untuk...

    Kontrol proses pemuatan lebih akurat menggunakan Python....Words memberi Anda kelas LoadOptions , yang memungkinkan kontrol...bekerja dengan opsi kelas LoadOptions . Atur Versi Microsoft Word...

    docs.aspose.com/words/id/python-net/specify-loa...
  8. Passwortgeschützte Präsentation|Aspose.Slides f...

    PowerPoint-Präsentation sperren. Passwortgeschützte PowerPoint...entschlüsseln: $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # mit entschlüsselter...

    docs.aspose.com/slides/de/php-java/password-pro...
  9. Présentation Protégée par Mot de Passe|Document...

    Verrouiller la présentation PowerPoint. Présentation PowerPoint protégée par mot de passe avec Aspose.Slides....: auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password ( u "123123" ); System :: SharedPtr...

    docs.aspose.com/slides/fr/cpp/password-protecte...
  10. Présentation Protégée par Mot de Passe|Document...

    Verrouiller la présentation PowerPoint. Présentation PowerPoint protégée par mot de passe...présentation : $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # travailler avec...

    docs.aspose.com/slides/fr/php-java/presentation...