Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 87,186 for

workbook

(0.19 sec)
  1. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  2. 使用Node.js via C++复制带样式的范围数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++复制具有格式的单元格范围。...new Workbook. const workbook = new AsposeCells . Workbook ();...Worksheet Cells. const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...
  3. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  4. Convert CSV to JSON with Node.js via C++|Docume...

    Convert CSV file to JSON using the easy-to-use Aspose.Cells for Node.js via C++ API....csv" ); const workbook = new AsposeCells . Workbook ( filePath ...loadOptions ); const lastCell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-to...
  5. Excel Dynamic Array Formula Issues in XLSX to P...

    Dear Aspose.Cells Support Team, We are encountering a critical issue when converting an XLSX Workbook to PDF using Aspose.Cells. Specifically, several modern Excel dynamic array formulas, which work correctly in the sou…...issue when converting an XLSX workbook to PDF using Aspose.Cells...documents. Our source XLSX workbook contains the following formulas...

    forum.aspose.com/t/excel-dynamic-array-formula-...
  6. Your First Aspose.Cells Application - Hello Wor...

    Create, edit and save your first excel file in any supported formats using Aspose.Cells for .NET to experience its simplicity and power in C#....Create an instance of the Workbook class. If you have a license...New Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/net/your-first-aspose-cel...
  7. Get Warnings while Loading Excel File|Documenta...

    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....the user tries to load the workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/java/get-warnings-while-l...
  8. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....following sample code creates a workbook and changes its built-in document...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  9. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for Node.js via C++....instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  10. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...