Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 100,400 for

workbook

(0.39 sec)
  1. 用 JavaScript 通过 C++ 加密 Excel 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 加密和密码保护 Excel 文件。...> < body > < h1 > Encrypt Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Utils , EncryptionType...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  2. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using C++ code.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  3. Convert Excel to CSV, TSV, and TXT|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.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/net/convert-excel-to-csv-...
  4. Convert Excel to CSV, TSV, and TXT|Documentation

    Convert Excel to CSV, TSV, and TXT by using Aspose.Cells for Python via .NET API.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/python-net/convert-excel-...
  5. Disable Compatibility Checker in Excel with Nod...

    Learn how to disable the compatibility checker through the Aspose.Cells for Node.js via C++ API.... When you save a workbook in a previous version (Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/nodejs-cpp/disable-compat...
  6. 在 Aspose.Cells 中显示或隐藏滚动条|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....Cells 提供了一个代表 Excel 文件的 Workbook 类。 Workbook 类提供了许多属性和方法,用于管理 Excel...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/display-or-hide-sc...
  7. 格式化数据透视表|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表进行格式化。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  8. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Book1.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  9. Merge or Unmerge Range of Cells with Node.js vi...

    Merge and Unmerge Cells in a Range in Excel with Node.js via C++ code....Create a workbook const workbook = new AsposeCells . Workbook ();...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/merge-or-unmer...
  10. Converting To XPS in Jython|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/converting-to-xps-in...