Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 4,244 for

error processing

(1.17 sec)
  1. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using Node.js via C++....Start stop watch const start = process . hrtime (); // Calculate cell...Stop the watch const end = process . hrtime ( start ); // Calculate...

    docs.aspose.com/cells/nodejs-cpp/decrease-the-c...
  2. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...println("error saving excel data in ppt" +...(Exception ex) { System.err.println("Error getting image array" + ex.getMessage());...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  3. Format Worksheet Cells in a Workbook|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.... Process Result After executing the...prompt, please hold on... An error occurred while retrieving the...

    docs.aspose.com/cells/java/format-worksheet-cel...
  4. Aspose.Cells removing critical information from...

    When executing a simple program with Aspose.Cells 26.8 to just save a particular Excel workbook to a new location, critical information is being removed from the xl/workbook.xml and xl/pivotTables/pivotTable1.xml files c…...being stripped during the save process. We will keep you updated on...development VM that is causing this error to occur. I apologize for jumping...

    forum.aspose.com/t/aspose-cells-removing-critic...
  5. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for Node.js via Java according to business needs...In the barcode recognition process implemented in Aspose.BarCode...GS1 Code 128 ), the decoder processes FNC symbols as “<FNC#>”. These...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  6. .NET 6 Support|Aspose.Slides Documentation

    Configure Aspose.Slides for .NET 6 to create, edit and convert PowerPoint PPT, PPTX and ODP presentations in modern, cross-platform C# applications....Functions have limitations for the process and results in problems during...Slides and System.Drawing.Common Error) Sometimes, both System.Drawing...

    docs.aspose.com/slides/net/net6/
  7. Working with Footnote and Endnote|Aspose.Words ...

    How to manipulate footnotes and endnotes using C++....footnote -> GetText (); // Process text... } Q: How can I detect...prompt, please hold on... An error occurred while retrieving the...

    docs.aspose.com/words/cpp/working-with-footnote...
  8. Possible to create corrupted Excel file by spec...

    A minor issue for sure, but because of an off-by-one Error in my code I discovered that it is possible to create a corrupted Excel file by setting the EndRow of a Validation’s CellArea to a value greater than Workbook.Se…...but because of an off-by-one error in my code I discovered that...coordinates during the AddArea process to prevent the generation of...

    forum.aspose.com/t/possible-to-create-corrupted...
  9. Barcode Reading Settings|Documentation

    This article describes how to adjust various barcode recognition settings in Aspose.BarCode for PHP via Java according to business needs... Overview In the reading process implemented in Aspose.BarCode...GS1 Code 128 ), the decoder processes FNC symbols as “<FNC#>”. These...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  10. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…... Sample Code The process involves loading the Excel...ex) { Console.WriteLine($"An error occurred: {ex.Message}"); }...

    forum.aspose.com/t/how-to-convert-conditionally...