Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 102,547 for

workbook

(0.4 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 创建图表|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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/zh/net/create-charts/
  5. 使用C++在工作表中显示公式而非值|Documentation

    本文提供了使用C++ API以编程方式在Excel工作表或电子表格中显示公式而非值的示例代码。...// Load the source workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/show-formulas-inst...
  6. 通过 C++ 在 Node.js 中设置公式中的外部链接|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在公式中设置外部链接。...new Workbook. const workbook = new AsposeCells . Workbook ();...first Worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-externa...
  7. 用JavaScript通过C++删除工作表中的空白行和列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++删除工作表中的所有空白行和列。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  8. 使用JavaScript via C++支持德语区域的命名范围公式|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++支持德语区域的命名范围公式。...existing Excel macro-enabled workbook (.xlsm) to modify, or leave...leave empty to create a new workbook. </ p > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/support...
  9. Cell formula doesn't get set with formula witho...

    Hi team, I have a formula which is referring to Custom Function but in a different Workbook. I’m trying to remove the reference part by replacing the formula (without ref), but it remains the same! In attached Workbook…...Function but in a different workbook. I’m trying to remove the...remains the same! In attached workbook in cell (1,1) there is this...

    forum.aspose.com/t/cell-formula-doesnt-get-set-...
  10. How to convert excel to word - Free Support For...

    I have a Excel sheet that has some text and tables. I need to bring it to word document. How can I do this? Please help.... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/how-to-convert-excel-to-word...