Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 103,884 for

workbook

(0.11 sec)
  1. Print Comments while saving to PDF with JavaScr...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/print-comm...
  2. 使用C++的XmlMapCollection.Add方法在工作簿中添加XML映射,配合Java...

    学习如何在工作簿中使用C++的Aspose.Cells for JavaScript的XmlMapCollection.Add方法添加XML映射。...body > < h1 > Add XML Map to Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/add-xml...
  3. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...// Load workbook and save as out.pdf const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  4. 在排序数据时指定排序警告|Documentation

    了解如何在排序数据时,通过C++ API中的Aspose.Cells for JavaScript指定排序警告。..."text/javascript" > const { Workbook , SaveFormat , CellsHelper...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  5. Get Hyperlinks in Range|Documentation

    Learn how to get hyperlinks in a range through Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/get-hyperl...
  6. Aspose cells 在保存wps编辑过的文件之后 里面的正文内容会变成蓝色字体 - Fr...

    文件原本是xls格式的 保存为xlsx格式之后 使用wps编辑 再使用cell工具保存 会出现com.aspose.cells.b.a.d.k59 cannot be cast to com.aspose.cells.l86这个错误,如果保存为xls格式再使用wps编辑,再使用cell工具保存的时候不报错,但是里面的正文内容会部分变成蓝色字体...formatting of the text in the workbook. You can reset the font color...Load the workbook Workbook workbook = new Workbook("path/to/your/file...

    forum.aspose.com/t/aspose-cells-wps/314668
  7. Public API Changes in Aspose.Cells 8.7.0|Docume...

    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....digitally signed VBA project in a Workbook. Digitally Sign VBA Project...sign the VBA project in a Workbook . The said method accepts...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.xlsx”; using Workbook Workbook = new Workbook(filePath); Workbook.Worksheets[0].Cells.HideColumn(1); Workbook.Worksheets[0].Cells.Colum…...using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0]...Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Columns[2]...

    forum.aspose.com/t/autofitcolumns/323726
  9. Protect and Unprotect with JavaScript via C++|D...

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

    docs.aspose.com/cells/javascript-cpp/protect-an...
  10. How to Run Aspose.Cells in Docker|Documentation

    Run Aspose.Cells in a Docker container for Linux, Windows Server and any OS....” workbook and saves it in all supported...args ) { Workbook workbook = new Workbook (); workbook . Worksheets...

    docs.aspose.com/cells/net/how-to-run-aspose-cel...